Skip to content

Commit

Permalink
Bump to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 14, 2024
1 parent 5f767d3 commit d975048
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 118 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.40.0] - 2024-08-14

### Changed

- Update to `dusk-plonk` v0.20

## [0.39.0] - 2024-05-08

### Changed
Expand Down Expand Up @@ -550,7 +556,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.39.0...HEAD
[Unreleased]: https://github.com/dusk-network/poseidon252/compare/v0.40.0...HEAD
[0.40.0]: https://github.com/dusk-network/poseidon252/compare/v0.39.0...v0.40.0
[0.39.0]: https://github.com/dusk-network/poseidon252/compare/v0.38.0...v0.39.0
[0.38.0]: https://github.com/dusk-network/poseidon252/compare/v0.37.0...v0.38.0
[0.37.0]: https://github.com/dusk-network/poseidon252/compare/v0.36.0...v0.37.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-poseidon"
version = "0.39.0"
version = "0.40.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,7 +12,7 @@ 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", default-features = false, features = ["alloc", "zeroize"], optional = true }
dusk-plonk = { version = "0.20", default-features = false, features = ["alloc", "zeroize"], optional = true }
dusk-safe = "0.2"

[dev-dependencies]
Expand Down
115 changes: 0 additions & 115 deletions decrypt.rs

This file was deleted.

0 comments on commit d975048

Please sign in to comment.