Skip to content

Commit

Permalink
Bump to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Aug 17, 2022
1 parent f0a3367 commit d91a54e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2022-08-17

### Added

- Add `CheckBytes` implementations on `rkyv`ed structures
Expand Down Expand Up @@ -184,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#31]: https://github.com/dusk-network/jubjub/issues/31
[#25]: https://github.com/dusk-network/jubjub/issues/25

[unreleased]: https://github.com/dusk-network/jubjub/compare/v0.11.1...HEAD
[unreleased]: https://github.com/dusk-network/jubjub/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/dusk-network/jubjub/compare/v0.10.1...v0.12.0
[0.11.1]: https://github.com/dusk-network/jubjub/compare/v0.10.1...v0.11.1
[0.10.1]: https://github.com/dusk-network/jubjub/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/dusk-network/jubjub/compare/v0.9.0...v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/dusk-network/jubjub"
license = "MIT/Apache-2.0"
name = "dusk-jubjub"
repository = "https://github.com/dusk-network/jubjub"
version = "0.12.0-rc.1"
version = "0.12.0"
keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"]
categories =["algorithms", "cryptography", "science", "no-std"]
edition = "2021"
Expand All @@ -20,7 +20,7 @@ exclude = [".github/workflows/ci.yml", "github/workflows/rust.yml",

[dependencies]
dusk-bytes = "0.1"
dusk-bls12_381 = {version="0.11.0-rc", default-features=false}
dusk-bls12_381 = {version="0.11", default-features=false}
subtle = {version="^2.3", default-features = false}
rand_core = {version = "0.6", default-features=false}
canonical = {version = "0.7", optional = true}
Expand Down

0 comments on commit d91a54e

Please sign in to comment.