Skip to content

Commit

Permalink
Merge pull request #158 from dusk-network/v0.14.2
Browse files Browse the repository at this point in the history
Bump to v0.14.2
  • Loading branch information
fed-franz authored Feb 17, 2025
2 parents c6228c3 + 848822d commit bac4ef2
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.2] - 2025-02-17

### Added

- Add `to_be_bytes` to scalar [#151]
Expand Down Expand Up @@ -279,7 +281,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.1...HEAD
[Unreleased]: https://github.com/dusk-network/bls12_381/compare/v0.14.2...HEAD
[0.14.1]: https://github.com/dusk-network/bls12_381/compare/v0.14.1...v0.14.2
[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
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.1"
version = "0.14.2"
edition = "2021"

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

0 comments on commit bac4ef2

Please sign in to comment.