From c90a4cd6105510b73646ed3029a24f9aa5b6594b Mon Sep 17 00:00:00 2001 From: "Brandon H. Gomes" Date: Fri, 8 Jul 2022 12:25:37 -0400 Subject: [PATCH] Release v0.5.3 Signed-off-by: Brandon H. Gomes --- CHANGELOG.md | 22 +++++++++++++++------- manta-accounting/Cargo.toml | 2 +- manta-benchmark/Cargo.toml | 2 +- manta-crypto/Cargo.toml | 2 +- manta-parameters/Cargo.toml | 2 +- manta-pay/Cargo.toml | 2 +- manta-util/Cargo.toml | 2 +- 7 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1570080d..76c3aa366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.5.3] - 2022-07-08 +### Added - [\#141](https://github.com/Manta-Network/manta-rs/pull/141) Add `U128` type and range assertion trait to ECLAIR - [\#144](https://github.com/Manta-Network/manta-rs/pull/144) Add new release PR template for future releases - [\#145](https://github.com/Manta-Network/manta-rs/pull/145) Add `cargo-hakari` and `cargo-nextest` to speed up CI pipeline @@ -15,15 +28,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - [\#152](https://github.com/Manta-Network/manta-rs/pull/152) Make `format` and `docs` as prerequisites for the rest of the CI pipeline -### Deprecated - -### Removed - ### Fixed - [\#151](https://github.com/Manta-Network/manta-rs/pull/151) Split the `Sender` and `Receiver` logic out of the `transfer` module into new `sender` and `receiver` modules -### Security - ## [0.5.2] - 2022-06-28 ### Added - [\#126](https://github.com/Manta-Network/manta-rs/pull/126) Add ECLAIR v0 scaffolding and deprecate old compiler patterns @@ -85,7 +92,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.2...HEAD +[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.3...HEAD +[0.5.3]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.3 [0.5.2]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.2 [0.5.1]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.1 [0.5.0]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.0 diff --git a/manta-accounting/Cargo.toml b/manta-accounting/Cargo.toml index da4f2cb62..0e5a85de0 100644 --- a/manta-accounting/Cargo.toml +++ b/manta-accounting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-accounting" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-benchmark/Cargo.toml b/manta-benchmark/Cargo.toml index 643f9af17..83b6c7b8e 100644 --- a/manta-benchmark/Cargo.toml +++ b/manta-benchmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-benchmark" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-crypto/Cargo.toml b/manta-crypto/Cargo.toml index ca9b45782..52ba1ece1 100644 --- a/manta-crypto/Cargo.toml +++ b/manta-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-crypto" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-parameters/Cargo.toml b/manta-parameters/Cargo.toml index 0f261dbc8..ec4b183e6 100644 --- a/manta-parameters/Cargo.toml +++ b/manta-parameters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-parameters" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-pay/Cargo.toml b/manta-pay/Cargo.toml index e4ae9b695..4bafc6ea9 100644 --- a/manta-pay/Cargo.toml +++ b/manta-pay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-pay" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-util/Cargo.toml b/manta-util/Cargo.toml index b864f037d..12e8ee7b9 100644 --- a/manta-util/Cargo.toml +++ b/manta-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-util" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Manta Network "] readme = "README.md"