Skip to content

Commit

Permalink
feat: update to v0.5.8 (#290)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>

Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes committed Dec 7, 2022
1 parent 6572219 commit d819725
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 13 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#286](https://github.com/Manta-Network/manta-rs/pull/286) MantaPay v1.0.0

### Changed
- [\#283](https://github.com/Manta-Network/manta-rs/pull/283) Upgrade asset system.
- [\#284](https://github.com/Manta-Network/manta-rs/pull/284) Moved `R1CS` implementation to `manta-crypto`
- [\#282](https://github.com/Manta-Network/manta-rs/pull/282) Upgrade key system.

### Deprecated

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

### Security

## [0.5.8] - 2022-12-03
### Added
- [\#286](https://github.com/Manta-Network/manta-rs/pull/286) MantaPay v1.0.0

### Changed
- [\#283](https://github.com/Manta-Network/manta-rs/pull/283) Upgrade asset system.
- [\#284](https://github.com/Manta-Network/manta-rs/pull/284) Moved `R1CS` implementation to `manta-crypto`
- [\#282](https://github.com/Manta-Network/manta-rs/pull/282) Upgrade key system.

## [0.5.7] - 2022-11-04
### Added
- [\#262](https://github.com/Manta-Network/manta-rs/pull/262) Added exporting seed phrase and multiple networks support for signer.
Expand Down Expand Up @@ -140,7 +145,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Security
- [\#50](https://github.com/Manta-Network/manta-rs/pull/50) Remove Trapdoor from Circuit

[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.7...HEAD
[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.8...HEAD
[0.5.8]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.8
[0.5.7]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.7
[0.5.6]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.6
[0.5.5]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.5
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.7"
version = "0.5.8"
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-accounting"
version = "0.5.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down

0 comments on commit d819725

Please sign in to comment.