Skip to content

Commit

Permalink
Merge pull request #27 from dusk-network/release-0.4.0
Browse files Browse the repository at this point in the history
Bump to v0.4.0
  • Loading branch information
moCello authored May 22, 2024
2 parents e4a3bc7 + b68a734 commit e26424b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-05-22

### Removed

- Remove features: `"alloc", "std", "default"` [#21]
- Remove features: `"double", "var_generator", "multisig"` [#25]
- Re-introduce `"alloc"` feature for multisig [#25]
- Remove `append` method in all signature variants [#23]

### Added
Expand Down Expand Up @@ -75,7 +76,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.3.0...HEAD
[Unreleased]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.4.0...HEAD
[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
[0.2.1]: https://github.com/dusk-network/jubjub-schnorr/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jubjub-schnorr"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/dusk-network/jubjub-schnorr"
Expand Down

0 comments on commit e26424b

Please sign in to comment.