Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
Loading