Skip to content

Commit 9dcd255

Browse files
xeniapeTechassi
andauthored
chore: Release stackable-operator 0.69.2 (#809)
* chore: update changelog * update changelog * chore: Release stackable-operator 0.69.2 * Update crates/stackable-operator/CHANGELOG.md Co-authored-by: Techassi <[email protected]> --------- Co-authored-by: Techassi <[email protected]>
1 parent 4b8cbc4 commit 9dcd255

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.69.2] - 2024-06-10
8+
9+
### Changed
10+
11+
- Change `strum::Display` output format for `LogLevel` to uppercase ([#808]).
12+
13+
[#808]: https://github.com/stackabletech/operator-rs/pull/808
14+
715
## [0.69.1] 2024-06-10
816

917
### Added
1018

11-
- Derive `strum::Display` for `LogLevel`([#805], [#808]).
19+
- Derive `strum::Display` for `LogLevel`([#805]).
1220

1321
[#805]: https://github.com/stackabletech/operator-rs/pull/805
14-
[#808]: https://github.com/stackabletech/operator-rs/pull/808
1522

1623
## [0.69.0] - 2024-06-03
1724

crates/stackable-operator/Cargo.toml

+1-1
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.1"
4+
version = "0.69.2"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)