Skip to content

Commit

Permalink
Merge pull request #128 from dusk-network/release-0.12.3
Browse files Browse the repository at this point in the history
Bump to v0.12.3
  • Loading branch information
moCello authored Nov 1, 2023
2 parents 3ebde2e + 4b4dfc4 commit 4363152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.3] - 2023-11-01

### Added

- Add `uni_random` scalar generation [#125]
Expand Down Expand Up @@ -240,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#50]: https://github.com/dusk-network/bls12_381/issues/50

<!-- Versions -->
[Unreleased]: https://github.com/dusk-network/bls12_381/compare/v0.12.2...HEAD
[Unreleased]: https://github.com/dusk-network/bls12_381/compare/v0.12.3...HEAD
[0.12.3]: https://github.com/dusk-network/bls12_381/compare/v0.12.2...v0.12.3
[0.12.2]: https://github.com/dusk-network/bls12_381/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/dusk-network/bls12_381/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/dusk-network/bls12_381/compare/v0.11.3...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/dusk-network/bls12_381"
license = "MIT/Apache-2.0/MPL-2.0"
name = "dusk-bls12_381"
repository = "https://github.com/dusk-network/bls12_381"
version = "0.12.2"
version = "0.12.3"
edition = "2021"

keywords = ["cryptography", "bls12_381", "zk-snarks", "ecc", "elliptic-curve"]
Expand Down

0 comments on commit 4363152

Please sign in to comment.