Skip to content

Commit

Permalink
Merge pull request #181 from dusk-network/release-0.28.0
Browse files Browse the repository at this point in the history
Bump core to v0.28.0 and release circuits at v0.1.0
  • Loading branch information
moCello authored May 22, 2024
2 parents ff6b326 + a86a96f commit 0ac65c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion circuits/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.1.0] - 2024-05-22

### Added

- Add `phoenix-circuits` as a workspace member of `phoenix` [#171]
Expand All @@ -27,4 +29,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#169]: https://github.com/dusk-network/phoenix/issues/169

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.27.0...HEAD
[Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.1.0...HEAD
[0.1.0]: https://github.com/dusk-network/phoenix/releases/tag/circuits_v0.1.0
2 changes: 1 addition & 1 deletion circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "phoenix-circuits"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/circuits"
description = "Circuit definitions for Phoenix, an privacy-preserving ZKP-based transaction model"
description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
license = "MPL-2.0"
exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]

Expand Down
5 changes: 4 additions & 1 deletion 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.28.0] - 2024-05-22

### Added

- Add `empty` method for the `Note` [#165]
Expand Down Expand Up @@ -339,7 +341,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.27.0...HEAD
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/dusk-network/phoenix/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/dusk-network/phoenix/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/dusk-network/phoenix/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/dusk-network/phoenix/compare/v0.24.0...v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "phoenix-core"
version = "0.27.0"
version = "0.28.0"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/core"
description = "Core types and functionalities for Phoenix, an privacy-preserving ZKP-based transaction model"
description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"
license = "MPL-2.0"
exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]

Expand Down

0 comments on commit 0ac65c6

Please sign in to comment.