Skip to content

Commit

Permalink
Release v0.5.10 (#311)
Browse files Browse the repository at this point in the history
* chore: set up v0.5.10 release

Signed-off-by: Brandon H. Gomes <[email protected]>

* chore: update CHANGELOG.md

Signed-off-by: Brandon H. Gomes <[email protected]>

Signed-off-by: Brandon H. Gomes <[email protected]>
  • Loading branch information
bhgomes authored Jan 23, 2023
1 parent f96b6b9 commit 86b4630
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#259](https://github.com/Manta-Network/manta-rs/pull/257) Add server binaries for the trusted setup
- [\#303](https://github.com/Manta-Network/manta-rs/pull/303) Poseidon Hash and AES decryption WASM benchmarks.

### Changed

Expand All @@ -18,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

## [0.5.10] - 2023-01-21
### Added
- [\#259](https://github.com/Manta-Network/manta-rs/pull/257) Add server binaries for the trusted setup
- [\#303](https://github.com/Manta-Network/manta-rs/pull/303) Poseidon Hash and AES decryption WASM benchmarks.

## [0.5.9] - 2023-01-12
### Added
- [\#295](https://github.com/Manta-Network/manta-rs/pull/295) Transaction data retrieving methods for the signer.
Expand Down Expand Up @@ -161,7 +164,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Security
- [\#50](https://github.com/Manta-Network/manta-rs/pull/50) Remove Trapdoor from Circuit

[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.9...HEAD
[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.10...HEAD
[0.5.10]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.10
[0.5.9]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.9
[0.5.8]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.8
[0.5.7]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
repository = "https://github.com/Manta-Network/manta-rs"
Expand Down
2 changes: 1 addition & 1 deletion manta-accounting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-accounting"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-benchmark"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-crypto"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-parameters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-parameters"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-pay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-pay"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-trusted-setup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-trusted-setup"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-util"
version = "0.5.9"
version = "0.5.10"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 86b4630

Please sign in to comment.