Skip to content

Commit

Permalink
chore: Release stackable-versioned 0.3.0 (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Sep 26, 2024
1 parent 95dcfd4 commit 5a789c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/stackable-versioned-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-versioned-macros"
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion crates/stackable-versioned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.0] - 2024-09-26

### Added

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

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

Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-versioned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-versioned"
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 5a789c9

Please sign in to comment.