Skip to content

Commit 573c53e

Browse files
committed
chore: release termviz 0.2.3
Bump the crate and lockfile versions to 0.2.3 and update the tagged install example. Move the snapped plot hover probe notes into the 0.2.3 changelog entry so the tag workflow can publish accurate GitHub Release notes.
1 parent b746b46 commit 573c53e

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ matching `## [X.Y.Z]` section before the release tag is pushed.
88

99
## [Unreleased]
1010

11+
## [0.2.3] - 2026-06-18
12+
1113
### Added
1214

1315
- Add read-only plot hover readouts that snap to the nearest visible point,

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 = "termviz"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Terminal-first viewer for images and plots"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo install --git https://github.com/siriusctrl/termviz
1717
To install a tagged version:
1818

1919
```sh
20-
cargo install --git https://github.com/siriusctrl/termviz --tag v0.2.2
20+
cargo install --git https://github.com/siriusctrl/termviz --tag v0.2.3
2121
```
2222

2323
```sh

0 commit comments

Comments
 (0)