Skip to content

Commit 428fc6e

Browse files
chore: bump version to 0.7.2 (#117)
Co-authored-by: dgunzy <dgunzy@users.noreply.github.com>
1 parent 1832b35 commit 428fc6e

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.2] - 2026-02-02
11+
12+
### Version 0.7.2
13+
14+
#### Added
15+
- Support for marking stateless resources as ready (#113)
16+
- New configuration options for controller/operator namespace (#107)
17+
18+
#### Changed
19+
- Reduced Cargo package size and refactored column code (#116)
20+
- Updated documentation with new links and minor formatting changes (#111, #109, #108)
21+
22+
#### Fixed
23+
- Reverted an accidental version bump to 0.7.2 (#115)
24+
1025
## [0.7.1] - 2026-01-14
1126

1227
### Version 0.7.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "flux9s"
33

4-
version = "0.7.1"
4+
version = "0.7.2"
55
edition = "2024"
66
authors = ["Dan Guns <danbguns@gmail.com>"]
77
description = "A K9s-inspired terminal UI for monitoring Flux GitOps resources"

0 commit comments

Comments
 (0)