Skip to content

Commit 045af8d

Browse files
authored
Fix: Release bump in Cargo.TOMLs (#824)
* fix: update Cargo.tomls with the correct versions They were forgotten in #823 * chore: cargo update * remove test version for automated script * update release dates
1 parent d59c74d commit 045af8d

File tree

16 files changed

+45
-45
lines changed

16 files changed

+45
-45
lines changed

Cargo.lock

Lines changed: 30 additions & 30 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.1.1] - 2024-07-09
7+
## [0.1.1] - 2024-07-10
88

99
### Changed
1010

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

crates/stackable-certs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.3.1] - 2024-07-09
7+
## [0.3.1] - 2024-07-10
88

99
### Changed
1010

crates/stackable-certs/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-certs"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-operator-derive/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.3.1] - 2024-07-09
7+
## [0.3.1] - 2024-07-10
88

99
### Changed
1010

crates/stackable-operator-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator-derive"
33
description = "Derive macros for the Stackable Operator Framework"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-operator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.70.0] - 2024-07-09
7+
## [0.70.0] - 2024-07-10
88

99
### Added
1010

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.69.3"
4+
version = "0.70.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.2.0] - 2024-07-09
7+
## [0.2.0] - 2024-07-10
88

99
### Changed
1010

0 commit comments

Comments
 (0)