Skip to content

Commit 5a789c9

Browse files
authored
chore: Release stackable-versioned 0.3.0 (#877)
1 parent 95dcfd4 commit 5a789c9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-versioned-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned-macros"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-versioned/CHANGELOG.md

+3-1
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.3.0] - 2024-09-26
8+
79
### Added
810

911
- Add forwarding of `singular`, `plural`, and `namespaced` arguments in `k8s()`
@@ -14,7 +16,7 @@ All notable changes to this project will be documented in this file.
1416
### Changed
1517

1618
- BREAKING: The `merged_crd` function now accepts `Self` instead of a dedicated
17-
`Version` enu ([#875]).
19+
`Version` enum ([#875]).
1820
- The `merged_crd` associated function now takes `Version` instead of `&str` as
1921
input ([#872]).
2022

crates/stackable-versioned/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-versioned"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)