Skip to content

Commit

Permalink
release (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremoUGH committed May 24, 2023
1 parent 7a0a4be commit 519e20f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 12 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Expand Up @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#349](https://github.com/Manta-Network/manta-rs/pull/349) Nullifier map optimization.
- [\#345](https://github.com/Manta-Network/manta-rs/pull/345) Precompute ledger and minor bug fix.

### Changed

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

### Fixed
-[\#347](https://github.com/Manta-Network/manta-rs/pull/347) Signer bug fix

### Security

## [0.5.16] - 2023-10-05
## [0.5.17] - 2023-05-24
### Added
- [\#349](https://github.com/Manta-Network/manta-rs/pull/349) Nullifier map optimization.
- [\#345](https://github.com/Manta-Network/manta-rs/pull/345) Precompute ledger and minor bug fix.

### Fixed
-[\#347](https://github.com/Manta-Network/manta-rs/pull/347) Signer bug fix

## [0.5.16] - 2023-05-10
### Deprecated
- [\#344](https://github.com/Manta-Network/manta-rs/pull/344) Disable pruning feature.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
repository = "https://github.com/Manta-Network/manta-rs"
Expand Down
2 changes: 1 addition & 1 deletion manta-accounting/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-accounting"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-benchmark/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-benchmark"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-crypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-crypto"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-parameters/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-parameters"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-pay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-pay"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-trusted-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-trusted-setup"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-util/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "manta-util"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down

0 comments on commit 519e20f

Please sign in to comment.