Skip to content

Commit

Permalink
piecrust: bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Sep 13, 2023
1 parent 2627879 commit 0355bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion piecrust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2023-09-13

### Added

- Add `Session::memory_len` to get the length of a memory in session [#268]
Expand Down Expand Up @@ -250,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#93]: https://github.com/dusk-network/piecrust/issues/93

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.9.2...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.10.0...HEAD
[0.10.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.9.3...piecrust-0.10.0
[0.9.3]: https://github.com/dusk-network/piecrust/compare/piecrust-0.9.2...piecrust-0.9.3
[0.9.2]: https://github.com/dusk-network/piecrust/compare/piecrust-0.9.1...piecrust-0.9.2
[0.9.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.9.0...piecrust-0.9.1
Expand Down
4 changes: 2 additions & 2 deletions piecrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

repository = "https://github.com/dusk-network/piecrust"
version = "0.9.3"
version = "0.10.0"

edition = "2021"
license = "MPL-2.0"

[dependencies]
crumbles = { version = "0.1", path = "../crumbles" }
crumbles = { version = "0.2", path = "../crumbles" }
piecrust-uplink = { version = "0.7", path = "../piecrust-uplink" }

wasmer = "=3.1"
Expand Down

0 comments on commit 0355bc1

Please sign in to comment.