Skip to content

Commit 9b9ef0e

Browse files
committed
chore: release termviz 0.2.4
Bump the package and lockfile versions to 0.2.4 and update the tagged install example. Move the tvz alias and dependency cleanup notes into the 0.2.4 changelog entry for release publication.
1 parent 1a4f454 commit 9b9ef0e

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.4] - 2026-06-18
12+
1113
### Added
1214

1315
- Add `tvz` as a short CLI alias installed alongside the existing `termviz`

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.3"
3+
version = "0.2.4"
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
@@ -24,7 +24,7 @@ tvz --version
2424
To install a tagged version:
2525

2626
```sh
27-
cargo install --git https://github.com/siriusctrl/termviz --tag v0.2.3
27+
cargo install --git https://github.com/siriusctrl/termviz --tag v0.2.4
2828
```
2929

3030
```sh

0 commit comments

Comments
 (0)