Skip to content

Commit 6b646e9

Browse files
Release 0.29.0 (#519)
## Description Release 0.29.0
1 parent 3ab1ee0 commit 6b646e9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.29.0] - 2022-12-16
8+
79
### Added
810

911
- Modules for log aggregation added ([#517]).
1012

1113
[#517]: https://github.com/stackabletech/operator-rs/pull/517
1214

13-
## [0.28.8] - 2022-12-08
15+
## [0.28.0] - 2022-12-08
1416

1517
### Added
1618

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "stackable-operator"
7-
version = "0.28.0"
7+
version = "0.29.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]

stackable-operator-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "stackable-operator-derive"
7-
version = "0.28.0"
7+
version = "0.29.0"
88
repository = "https://github.com/stackabletech/operator-rs"
99

1010
[lib]

0 commit comments

Comments
 (0)