Skip to content

Commit edde9a2

Browse files
authored
Release v0.5.14 (#337)
* release * changelog
1 parent cad6ed3 commit edde9a2

File tree

9 files changed

+16
-11
lines changed

9 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

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

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

1411
### Deprecated
1512

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

2017
### Security
2118

19+
## [0.5.14] - 2023-04-07
20+
### Added
21+
- [\#335](https://github.com/Manta-Network/manta-rs/pull/335) SBT synchronization method for the signer.
22+
- [\#330](https://github.com/Manta-Network/manta-rs/pull/330) Merkle tree batch insertions.
23+
24+
### Changed
25+
- [\#336](https://github.com/Manta-Network/manta-rs/pull/336) Reduce ToPrivate signer requirement to only proof authorization key.
26+
2227
## [0.5.13] - 2023-04-04
2328
### Added
2429
- [\#329](https://github.com/Manta-Network/manta-rs/pull/329) Signer initial synchronization method.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.5.13"
2+
version = "0.5.14"
33
edition = "2021"
44
authors = ["Manta Network <contact@manta.network>"]
55
repository = "https://github.com/Manta-Network/manta-rs"

manta-accounting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-accounting"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-benchmark"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-crypto"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-parameters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-parameters"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-pay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-pay"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-trusted-setup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-trusted-setup"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

manta-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manta-util"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)