Skip to content

Commit 0c36f42

Browse files
authored
release (#333)
1 parent f124d7e commit 0c36f42

File tree

9 files changed

+17
-12
lines changed

9 files changed

+17
-12
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77
### Added
8-
- [\#329](https://github.com/Manta-Network/manta-rs/pull/329) Signer initial synchronization method.
9-
- [\#328](https://github.com/Manta-Network/manta-rs/pull/328) Expose reset wallet method.
108

119
### Changed
12-
- [\#332](https://github.com/Manta-Network/manta-rs/pull/332) Downgrade BIP32 to v0.3.0.
13-
- [\#327](https://github.com/Manta-Network/manta-rs/pull/327) Update BIP32 to v0.4.0.
1410

1511
### Deprecated
1612

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

2117
### Security
2218

19+
## [0.5.13] - 2023-04-04
20+
### Added
21+
- [\#329](https://github.com/Manta-Network/manta-rs/pull/329) Signer initial synchronization method.
22+
- [\#328](https://github.com/Manta-Network/manta-rs/pull/328) Expose reset wallet method.
23+
24+
### Changed
25+
- [\#332](https://github.com/Manta-Network/manta-rs/pull/332) Downgrade BIP32 to v0.3.0.
26+
- [\#327](https://github.com/Manta-Network/manta-rs/pull/327) Update BIP32 to v0.4.0.
27+
2328
## [0.5.12] - 2023-03-07
2429
### Security
2530
- [\#324](https://github.com/Manta-Network/manta-rs/pull/324) Include the sink AccountId in the signed message for ToPublic transactions.

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.12"
2+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
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.12"
3+
version = "0.5.13"
44
edition = "2021"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)