Skip to content

Commit 2fa5be7

Browse files
committed
release: v0.1.2
Signed-off-by: Seyeong Kim <me@seyeong.kim>
1 parent 35bca9a commit 2fa5be7

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.2] - 2026-07-05
10+
11+
### Added
12+
13+
- Added `cephlens --version` so installed binaries report the Cargo package
14+
version.
15+
16+
## [0.1.1] - 2026-07-05
17+
18+
### Security
19+
20+
- Hardened SSH destination validation to reject option-like, empty, or
21+
whitespace-containing host values before invoking `ssh`.
22+
- Pinned bundled cephtrace artifacts to `v1.6` and verified their SHA256
23+
digests during release builds.
24+
25+
### Changed
26+
27+
- Improved bundled cephtrace GPL notice and release artifact attribution.
28+
929
## [0.1.0] - 2026-07-05
1030

1131
Initial release.
@@ -18,5 +38,7 @@ Initial release.
1838
- Cross-platform controller (Linux, macOS, Windows) with cargo-dist release
1939
archives that bundle the cephtrace tracers.
2040

21-
[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.0...HEAD
41+
[Unreleased]: https://github.com/xtrusia/cephlens/compare/v0.1.2...HEAD
42+
[0.1.2]: https://github.com/xtrusia/cephlens/compare/v0.1.1...v0.1.2
43+
[0.1.1]: https://github.com/xtrusia/cephlens/compare/v0.1.0...v0.1.1
2244
[0.1.0]: https://github.com/xtrusia/cephlens/releases/tag/v0.1.0

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.1"
3+
version = "0.1.2"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["cephlens contributors"]

0 commit comments

Comments
 (0)