From 4eb3d562b655544fcafda5ee6ff97a3a0547ecd5 Mon Sep 17 00:00:00 2001 From: xevisalle Date: Fri, 20 Dec 2024 14:18:54 +0100 Subject: [PATCH] core: Bump to v0.33.1 --- core/CHANGELOG.md | 5 ++++- core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 68a26ac..b02ca3a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.33.1] - 2024-12-20 + ### Changed - Disable `default_features` @@ -450,7 +452,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#61]: https://github.com/dusk-network/phoenix/issues/61 -[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.33.0...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.33.1...HEAD +[0.33.1]: https://github.com/dusk-network/phoenix/compare/v0.33.0...v0.33.1 [0.33.0]: https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.33.0 [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 diff --git a/core/Cargo.toml b/core/Cargo.toml index 048f435..920e798 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.33.0" +version = "0.33.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"