Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 14, 2024
1 parent e26424b commit e94a47a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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.5.0] - 2024-08-14

### Changed

- Update to dusk-plonk v0.20.0

## [0.4.0] - 2024-05-22

### Removed
Expand Down Expand Up @@ -76,7 +82,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
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ 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 e94a47a

Please sign in to comment.