Skip to content

Commit

Permalink
Bump to version 0.6.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest authored Nov 14, 2022
1 parent a35b00c commit 34bb786
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
- `operations::Function` type no longer takes a lifetime parameter.
- `operations::CallTransaction` type takes one less lifetime parameter.
## [0.6.1]
### Fixed
- Fixed query variant error when supply invalid function name or arguments: https://github.com/near/workspaces-rs/pull/239
## [0.6.0]
### Added
Expand Down Expand Up @@ -177,7 +183,8 @@
- Fix race condition when installing sandbox and running multiples tests at the same time. https://github.com/near/workspaces-rs/pull/46
[unreleased]: https://github.com/near/workspaces-rs/compare/0.6.0...HEAD
[unreleased]: https://github.com/near/workspaces-rs/compare/0.6.1...HEAD
[0.6.1]: https://github.com/near/workspaces-rs/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/near/workspaces-rs/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/near/workspaces-rs/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/near/workspaces-rs/compare/0.4.0...0.4.1
Expand Down
2 changes: 1 addition & 1 deletion workspaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspaces"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 34bb786

Please sign in to comment.