Skip to content

Commit

Permalink
Merge pull request #426 from dusk-network/version-0.27.2
Browse files Browse the repository at this point in the history
piecrust: bumped version to 0.27.2
  • Loading branch information
miloszm authored Feb 20, 2025
2 parents 3cca439 + 0fe47f5 commit 1bc4a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.27.2] - 2025-02-20

### Changed

- Change `callstack` to return callers' id list with no self id at the beginning [#422]
Expand Down Expand Up @@ -549,7 +551,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.27.1...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.27.2...HEAD
[0.27.2]: https://github.com/dusk-network/piecrust/compare/piecrust-0.27.1...piecrust-0.27.2
[0.27.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.27.0...piecrust-0.27.1
[0.27.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.26.0...piecrust-0.27.0
[0.26.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.25.0...piecrust-0.26.0
Expand Down
2 changes: 1 addition & 1 deletion 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.27.1"
version = "0.27.2"

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

0 comments on commit 1bc4a4e

Please sign in to comment.