Skip to content

Commit 048c7d8

Browse files
authored
chore(stackable-versioned): Release 0.5.0 (#930)
* chore: release stackable-versioned-0.5.0 * chore: release stackable-versioned-0.5.0 * trigger checks again
1 parent 3ce7bcb commit 048c7d8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned-macros"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-versioned/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2024-12-03
8+
79
### Added
810

911
- Use visibility of container definition or module for generated CRD enum ([#923]).

crates/stackable-versioned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)