Skip to content

Commit

Permalink
piecrust: bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Feb 14, 2024
1 parent a29a23b commit 076e434
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.16.0] - 2024-02-14

### Changed

- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324]
Expand Down Expand Up @@ -395,7 +397,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.15.0...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.16.0...HEAD
[0.16.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.15.0...piecrust-0.16.0
[0.15.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.14.1...piecrust-0.15.0
[0.14.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.14.0...piecrust-0.14.1
[0.14.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.13.0...piecrust-0.14.0
Expand Down
4 changes: 2 additions & 2 deletions piecrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

repository = "https://github.com/dusk-network/piecrust"
version = "0.16.0-rc.1"
version = "0.16.0"

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

[dependencies]
crumbles = { version = "0.3", path = "../crumbles" }
piecrust-uplink = { version = "0.11.0-rc.1", path = "../piecrust-uplink" }
piecrust-uplink = { version = "0.11", path = "../piecrust-uplink" }

dusk-wasmtime = { version = "17", default-features = false, features = ["cranelift", "parallel-compilation"] }
bytecheck = "0.6"
Expand Down

0 comments on commit 076e434

Please sign in to comment.