Skip to content

Commit

Permalink
Merge pull request #356 from dusk-network/release-0.18.1
Browse files Browse the repository at this point in the history
`piecrust` release `0.18.1`
  • Loading branch information
Eduardo Leegwater Simões authored Apr 24, 2024
2 parents 2397100 + 15b3ceb commit 8c9151e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions piecrust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.1] - 2024-04-24

### Changed

- Upgrade `dusk-wasmtime` to version `19`
- Upgrade `dusk-wasmtime` to version `20`

## [0.18.0] - 2024-03-27

Expand Down Expand Up @@ -444,7 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.18.0...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.18.1...HEAD
[0.18.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.18.0...piecrust-0.18.1
[0.18.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.17.0...piecrust-0.18.0
[0.17.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.16.0...piecrust-0.17.0
[0.16.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.15.0...piecrust-0.16.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,7 +7,7 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

repository = "https://github.com/dusk-network/piecrust"
version = "0.18.0"
version = "0.18.1"

edition = "2021"
license = "MPL-2.0"
Expand All @@ -16,7 +16,7 @@ license = "MPL-2.0"
crumbles = { version = "0.3", path = "../crumbles" }
piecrust-uplink = { version = "0.11", path = "../piecrust-uplink" }

dusk-wasmtime = { version = "19", default-features = false, features = ["cranelift", "runtime", "parallel-compilation"] }
dusk-wasmtime = { version = "20", default-features = false, features = ["cranelift", "runtime", "parallel-compilation"] }
bytecheck = "0.6"
rkyv = { version = "0.7", features = ["size_32", "validation"] }
blake3 = "1"
Expand Down

0 comments on commit 8c9151e

Please sign in to comment.