Skip to content

Commit

Permalink
Merge pull request #259 from dusk-network/v0.32.1
Browse files Browse the repository at this point in the history
 Release: core v0.32.1
  • Loading branch information
Neotamandua authored Dec 17, 2024
2 parents 1c944f4 + a9bf523 commit bc69c33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions core/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.32.1] - 2024-12-17

### Added

- Add jubjub-elgamal dependency [#255]
Expand All @@ -15,15 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `serde`, `bs58`, `base64`, `hex` and `serde_json` optional dependencies [#258]
- Add `serde` feature [#258]

### Removed

- Remove elgamal encryption module [#255]

### Changed

- Call `gen_note_sk` in `SecretKey::owns` to avoid code duplication [#246]
- `ViewKey` now checks both `a` and `B` in `ct_eq()`

### Removed

- Remove elgamal encryption module [#255]

## [0.32.0] - 2024-08-14

### Changed
Expand Down Expand Up @@ -442,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#61]: https://github.com/dusk-network/phoenix/issues/61

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.32.0...HEAD
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.32.1...HEAD
[0.32.1]: https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.32.1
[0.32.0]: https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/dusk-network/phoenix/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/dusk-network/phoenix/compare/v0.29.0...v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-core"
version = "0.32.0"
version = "0.32.1"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/core"
description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"
Expand Down

0 comments on commit bc69c33

Please sign in to comment.