Skip to content

Commit

Permalink
chore: Release stackable-versioned 0.2.0, k8s-version 0.1.2 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Sep 19, 2024
1 parent 8a8235e commit 85af082
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/k8s-version/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.1.2] - 2024-09-19

### Changed

- Replace `lazy_static` with `std::cell::LazyCell` ([#827], [#835], [#840]).
Expand Down
2 changes: 1 addition & 1 deletion crates/k8s-version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-version"
version = "0.1.1"
version = "0.1.2"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
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.1.1"
version = "0.2.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions 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.2.0] - 2024-09-19

### Added

- Add `from_name` parameter validation ([#865]).
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.1.1"
version = "0.2.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 85af082

Please sign in to comment.