Skip to content

Commit

Permalink
Merge pull request #258 from dusk-network/release-0.37.0
Browse files Browse the repository at this point in the history
Bump to v0.37.0
  • Loading branch information
moCello authored Mar 27, 2024
2 parents 43818b5 + a34addc commit 6c47835
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.37.0] - 2024-03-27

### Added

- Add variable length encryption and decryption [#236]
Expand Down Expand Up @@ -532,7 +534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#112]: https://github.com/dusk-network/poseidon252/issues/112

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/poseidon252/compare/v0.36.0...HEAD
[Unreleased]: https://github.com/dusk-network/poseidon252/compare/v0.37.0...HEAD
[0.37.0]: https://github.com/dusk-network/poseidon252/compare/v0.36.0...v0.37.0
[0.36.0]: https://github.com/dusk-network/poseidon252/compare/v0.35.0...v0.36.0
[0.35.0]: https://github.com/dusk-network/poseidon252/compare/v0.34.0...v0.35.0
[0.34.0]: https://github.com/dusk-network/poseidon252/compare/v0.33.0...v0.34.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-poseidon"
version = "0.37.0-rc.0"
version = "0.37.0"
description = "Implementation of Poseidon hash algorithm over the Bls12-381 Scalar field."
categories = ["algorithms", "cryptography", "no-std", "wasm"]
keywords = ["cryptography", "zero-knowledge", "crypto"]
Expand All @@ -12,8 +12,8 @@ license = "MPL-2.0"
[dependencies]
dusk-bls12_381 = { version = "0.13", default-features = false, features = ["zeroize"] }
dusk-jubjub = { version = "0.14", default-features = false }
dusk-plonk = { version = "0.19.2-rc.0", default-features = false, features = ["alloc", "zeroize"], optional = true }
dusk-safe = "0.2.0-rc.0"
dusk-plonk = { version = "0.19", default-features = false, features = ["alloc", "zeroize"], optional = true }
dusk-safe = "0.2"

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 6c47835

Please sign in to comment.