Skip to content

Commit 44ded36

Browse files
authored
Merge pull request #265 from dusk-network/release
core: Bump to v0.33.1
2 parents c6349f1 + 4eb3d56 commit 44ded36

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

core/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.33.1] - 2024-12-20
11+
1012
### Changed
1113

1214
- Disable `default_features`
@@ -450,7 +452,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
450452
[#61]: https://github.com/dusk-network/phoenix/issues/61
451453

452454
<!-- VERSIONS -->
453-
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.33.0...HEAD
455+
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.33.1...HEAD
456+
[0.33.1]: https://github.com/dusk-network/phoenix/compare/v0.33.0...v0.33.1
454457
[0.33.0]: https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.33.0
455458
[0.32.0]: https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0
456459
[0.31.0]: https://github.com/dusk-network/phoenix/compare/v0.30.0...v0.31.0

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-core"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
edition = "2021"
55
repository = "https://github.com/dusk-network/phoenix/core"
66
description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"

0 commit comments

Comments
 (0)