Skip to content

Commit

Permalink
Merge pull request #28 from dusk-network/release
Browse files Browse the repository at this point in the history
Bump to v0.5.0
  • Loading branch information
moCello authored Aug 14, 2024
2 parents e26424b + 63705f4 commit 256fa23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-08-14

### Changed

- Update to dusk-plonk v0.20.0
- Update to dusk-poseidon v0.40.0

## [0.4.0] - 2024-05-22

### Removed
Expand Down Expand Up @@ -76,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2]: https://github.com/dusk-network/jubjub-schnorr/issues/2

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.2.1...v0.2.2
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 = "jubjub-schnorr"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/dusk-network/jubjub-schnorr"
Expand All @@ -17,14 +17,14 @@ license = "MPL-2.0"
[dependencies]
rand_core = { version = "0.6", default-features = false }
dusk-bytes = "0.1"
dusk-poseidon = "0.39"
dusk-poseidon = "0.40"
dusk-bls12_381 = { version = "0.13", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false, features = ["zeroize"] }
ff = { version = "0.13", default-features = false }
zeroize = { version = "1", default-features = false, features = ["derive"] }
rkyv = { version = "0.7", optional = true, default-features = false }
bytecheck = { version = "0.6", optional = true, default-features = false }
dusk-plonk = { version = "0.19", default-features = false, features = ["alloc"], optional = true }
dusk-plonk = { version = "0.20", default-features = false, features = ["alloc"], optional = true }

[dev-dependencies]
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
Expand Down

0 comments on commit 256fa23

Please sign in to comment.