Skip to content

Commit

Permalink
Release v0.5.11 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremoUGH authored Feb 23, 2023
1 parent 45107d3 commit 9565c0b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#319](https://github.com/Manta-Network/manta-rs/pull/319) Key-dependent signer function APIs.
- [\#314](https://github.com/Manta-Network/manta-rs/pull/314) Prepares the signer export to wasm.
- [\#289](https://github.com/Manta-Network/manta-rs/pull/289) AssetMetadata upgrade and NFT support.
- [\#310](https://github.com/Manta-Network/manta-rs/pull/310) Add identity verification algorithm using ToPublic circuit

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.5.11] - 2023-02-22
### Added
- [\#319](https://github.com/Manta-Network/manta-rs/pull/319) Key-dependent signer function APIs.
- [\#314](https://github.com/Manta-Network/manta-rs/pull/314) Prepares the signer export to wasm.
- [\#289](https://github.com/Manta-Network/manta-rs/pull/289) AssetMetadata upgrade and NFT support.
- [\#310](https://github.com/Manta-Network/manta-rs/pull/310) Add identity verification algorithm using ToPublic circuit

### Fixed
- [\#313](https://github.com/Manta-Network/manta-rs/pull/313) Use correct failure case for identity verification

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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
edition = "2021"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9565c0b

Please sign in to comment.