diff --git a/CHANGELOG.md b/CHANGELOG.md index 939ca41..71154df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3] - 2025-11-21 + +## Version 0.4.3 + +### Added +- Support for building on Windows platforms + ## [0.4.2] - 2025-11-20 ### Version 0.4.2 diff --git a/Cargo.lock b/Cargo.lock index 1e1b5f7..1081d51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "flux9s" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8bb9f9f..ac37e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flux9s" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Dan Guns "] description = "A K9s-inspired terminal UI for monitoring Flux GitOps resources"