diff --git a/CHANGELOG.md b/CHANGELOG.md index 630863c..0624af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Notable changes are documented here. The format follows ## [Unreleased] +## [0.1.5] - 2026-07-25 + ### Added - Added a flow view, opened with `m`, that shows the OSD, placement group, and @@ -105,7 +107,8 @@ Initial release. - Cross-platform controller (Linux, macOS, Windows) with cargo-dist release archives that bundle the cephtrace tracers. -[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/xtrusia/cephlens/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/xtrusia/cephlens/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/xtrusia/cephlens/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/xtrusia/cephlens/compare/v0.1.1...v0.1.2 diff --git a/Cargo.lock b/Cargo.lock index 4d907f2..433a295 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "cephlens" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7720c52..aee508d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cephlens" -version = "0.1.4" +version = "0.1.5" edition = "2024" rust-version = "1.88.0" authors = ["cephlens contributors"]