Skip to content

Commit

Permalink
release: 0.4.1 (#180)
Browse files Browse the repository at this point in the history
* Bump version to 0.4.1

* Added unrelease error handling to changelgo

* Change comparison
  • Loading branch information
ChaoticTempest committed Aug 18, 2022
1 parent f3f28b0 commit 54e9318
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## [Unreleased]
- Error handling with `workspaces::error::Error` type: https://github.com/near/workspaces-rs/pull/149

## [0.4.1] - 2022-08-16

### Added
- Derive `Eq` on `AccountDetails` type: https://github.com/near/workspaces-rs/pull/177/files

### Fixed
- Fix macOS non-deterministic overflow error when starting up sandbox: https://github.com/near/workspaces-rs/pull/179

## [0.4.0] - 2022-07-20

Expand Down Expand Up @@ -81,7 +90,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.4.0...HEAD
[Unreleased]: https://github.com/near/workspaces-rs/compare/0.4.1...HEAD
[0.4.1]: https://github.com/near/workspaces-rs/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/near/workspaces-rs/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/near/workspaces-rs/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/near/workspaces-rs/compare/0.2.1...0.3.0
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.4.0"
version = "0.4.1"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 54e9318

Please sign in to comment.