Skip to content

Commit

Permalink
Merge pull request #150 from dusk-network/v0.14.1
Browse files Browse the repository at this point in the history
Release `0.14.1`
  • Loading branch information
d-sonuga authored Feb 5, 2025
2 parents b57353d + 824cca0 commit 21551ef
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] - 2025-02-05

### Added

- Add `extern crate alloc` declaration in serde modules that use the alloc crate [#148]
Expand Down Expand Up @@ -267,7 +269,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.14.0...HEAD
[Unreleased]: https://github.com/dusk-network/bls12_381/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/dusk-network/bls12_381/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/dusk-network/bls12_381/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/dusk-network/bls12_381/compare/v0.12.3...v0.13.0
[0.12.3]: https://github.com/dusk-network/bls12_381/compare/v0.12.2...v0.12.3
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.14.0"
version = "0.14.1"
edition = "2021"

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

0 comments on commit 21551ef

Please sign in to comment.