Skip to content

Commit

Permalink
uplink: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Sep 13, 2023
1 parent 684233d commit 2627879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion piecrust-uplink/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.7.1] - 2023-09-13

### Added

- Expose `arg_buf::with_arg_buf` to allow for custom argument buffer handling [#268]
Expand Down Expand Up @@ -120,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#136]: https://github.com/dusk-network/piecrust/issues/136

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/piecrust/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/uplink-0.7.1...HEAD
[0.7.1]: https://github.com/dusk-network/piecrust/compare/v0.7.0...uplink-0.7.1
[0.7.0]: https://github.com/dusk-network/piecrust/compare/uplink-0.6.1...v0.7.0
[0.6.1]: https://github.com/dusk-network/piecrust/compare/v0.6.0...uplink-0.6.1
[0.6.0]: https://github.com/dusk-network/piecrust/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion piecrust-uplink/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.7.0"
version = "0.7.1"

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

0 comments on commit 2627879

Please sign in to comment.