Skip to content

Commit

Permalink
Merge pull request #139 from dusk-network/release-0.14.1
Browse files Browse the repository at this point in the history
Release `0.14.1`
  • Loading branch information
ureeves authored Apr 24, 2024
2 parents 9a21387 + a164620 commit 40e9c78
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.14.1] - 2024-04-24

### Added

- Add `Zeroize` trait for `JubJubScalar`, `JubJubAffine` and `JubJubExtended` [#135]
Expand Down Expand Up @@ -243,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#25]: https://github.com/dusk-network/jubjub/issues/25

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/dusk-network/jubjub/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/dusk-network/jubjub/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/dusk-network/jubjub/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/dusk-network/jubjub/compare/v0.12.1...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.14.0"
version = "0.14.1"
keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"]
categories =["algorithms", "cryptography", "science", "no-std"]
edition = "2021"
Expand Down

0 comments on commit 40e9c78

Please sign in to comment.