Skip to content

Commit

Permalink
Merge pull request #246 from dusk-network/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
Eduardo Leegwater Simões authored Jul 19, 2023
2 parents 0e11187 + 9a24dcd commit 917a7aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.0] - 2023-07-19

### Added

- Add more comprehensive documentation of the whole crate [#189]&[#190]
Expand Down Expand Up @@ -111,7 +113,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/uplink-0.6.1...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/v0.7.0...HEAD
[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
[0.5.0]: https://github.com/dusk-network/piecrust/compare/v0.4.0...v0.5.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.6.1"
version = "0.7.0"

edition = "2021"
license = "MPL-2.0"
Expand Down
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.7.0] - 2023-07-19

### Added

- Add support for the `feed` import [#243]
Expand Down Expand Up @@ -171,7 +173,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.6.2...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.6.2...v0.7.0
[0.6.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.6.1...piecrust-0.6.2
[0.6.1]: https://github.com/dusk-network/piecrust/compare/v0.6.0...piecrust-0.6.1
[0.6.0]: https://github.com/dusk-network/piecrust/compare/v0.5.0...v0.6.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,13 +7,13 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

repository = "https://github.com/dusk-network/piecrust"
version = "0.6.2"
version = "0.7.0"

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

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

wasmer = "=3.1"
wasmer-vm = "=3.1"
Expand Down

0 comments on commit 917a7aa

Please sign in to comment.