Skip to content

Commit

Permalink
Release v0.5.14 (#337)
Browse files Browse the repository at this point in the history
* release

* changelog
  • Loading branch information
SupremoUGH committed Apr 7, 2023
1 parent cad6ed3 commit edde9a2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,11 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#335](https://github.com/Manta-Network/manta-rs/pull/335) SBT synchronization method for the signer.
- [\#330](https://github.com/Manta-Network/manta-rs/pull/330) Merkle tree batch insertions.

### Changed
- [\#336](https://github.com/Manta-Network/manta-rs/pull/336) Reduce ToPrivate signer requirement to only proof authorization key.

### Deprecated

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

### Security

## [0.5.14] - 2023-04-07
### Added
- [\#335](https://github.com/Manta-Network/manta-rs/pull/335) SBT synchronization method for the signer.
- [\#330](https://github.com/Manta-Network/manta-rs/pull/330) Merkle tree batch insertions.

### Changed
- [\#336](https://github.com/Manta-Network/manta-rs/pull/336) Reduce ToPrivate signer requirement to only proof authorization key.

## [0.5.13] - 2023-04-04
### Added
- [\#329](https://github.com/Manta-Network/manta-rs/pull/329) Signer initial synchronization method.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down

0 comments on commit edde9a2

Please sign in to comment.