-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [0.5.0](v0.4.0...v0.5.0) (2024-10-07) ### ⚠ BREAKING CHANGES * remove `Actor` enum completely & use a single `AccountId` instead of `Vec<Actor>` ### Miscellaneous Chores * release 0.5.0 ([e3eb3d8](e3eb3d8)) ### Documentation * fill Readme file ([2d9b119](2d9b119)) * leave comments to describe internal structures purpose ([a09875f](a09875f)) ### Bug Fixes * use `near_workspaces::compile_project()` to avoid errors due to the missing contract WASM file ([2e8b9a9](2e8b9a9)) ### Code Refactoring * remove `Actor` enum completely & use a single `AccountId` instead of `Vec<Actor>` ([ff85dca](ff85dca)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.4.0" | ||
".": "0.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters