Skip to content

Commit 85af082

Browse files
authored
chore: Release stackable-versioned 0.2.0, k8s-version 0.1.2 (#869)
1 parent 8a8235e commit 85af082

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/k8s-version/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.1.2] - 2024-09-19
8+
79
### Changed
810

911
- Replace `lazy_static` with `std::cell::LazyCell` ([#827], [#835], [#840]).

crates/k8s-version/Cargo.toml

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

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.1.1"
3+
version = "0.2.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.2.0] - 2024-09-19
8+
79
### Added
810

911
- Add `from_name` parameter validation ([#865]).

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.1.1"
3+
version = "0.2.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)