Skip to content

Commit

Permalink
release (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremoUGH authored May 10, 2023
1 parent 788beb6 commit cb022a3
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed

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

### Removed

### Fixed

### Security

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

## [0.5.15] - 2023-04-28
### Added
- [\#331](https://github.com/Manta-Network/manta-rs/pull/331) Merkle tree pruning.
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
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.15"
version = "0.5.16"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cb022a3

Please sign in to comment.