Skip to content

Commit 2985a0a

Browse files
authored
Merge pull request #16 from seyeongkim-lab/release/0.1.5
Release 0.1.5
2 parents 5a764ab + b91121d commit 2985a0a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Notable changes are documented here. The format follows
66

77
## [Unreleased]
88

9+
## [0.1.5] - 2026-07-25
10+
911
### Added
1012

1113
- Added a flow view, opened with `m`, that shows the OSD, placement group, and
@@ -105,7 +107,8 @@ Initial release.
105107
- Cross-platform controller (Linux, macOS, Windows) with cargo-dist release
106108
archives that bundle the cephtrace tracers.
107109

108-
[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.4...HEAD
110+
[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.5...HEAD
111+
[0.1.5]: https://github.com/xtrusia/cephlens/compare/v0.1.4...v0.1.5
109112
[0.1.4]: https://github.com/xtrusia/cephlens/compare/v0.1.3...v0.1.4
110113
[0.1.3]: https://github.com/xtrusia/cephlens/compare/v0.1.2...v0.1.3
111114
[0.1.2]: https://github.com/xtrusia/cephlens/compare/v0.1.1...v0.1.2

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,6 +1,6 @@
11
[package]
22
name = "cephlens"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55
rust-version = "1.88.0"
66
authors = ["cephlens contributors"]

0 commit comments

Comments
 (0)