Skip to content

Commit 362c836

Browse files
committed
Tag v0.32.0 (CLI docs overhaul)
1 parent 14a16ba commit 362c836

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ $ uv add cihai-cli --prerelease allow
2828
$ uvx --from 'cihai-cli' --prerelease allow cihai
2929
```
3030

31-
## cihai-cli 0.32.x (unreleased)
31+
## cihai-cli 0.33.x (unreleased)
3232

3333
<!-- Maintainers, insert changes / features for the next release here -->
3434

3535
_Add your latest changes from PRs here_
3636

37+
## cihai-cli 0.32.0 (2026-01-24)
38+
3739
### What's new
3840

3941
#### Colored CLI help output (#337)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cihai-cli"
3-
version = "0.31.1"
3+
version = "0.32.0"
44
description = "Command line frontend for the cihai CJK language library"
55
requires-python = ">=3.10,<4.0"
66
license = { text = "MIT" }

src/cihai_cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "cihai-cli"
66
__package_name__ = "cihai_cli"
7-
__version__ = "0.31.1"
7+
__version__ = "0.32.0"
88
__description__ = "Command line frontend for the cihai CJK language library"
99
__author__ = "Tony Narlock"
1010
__email__ = "tony@git-pull.com"

uv.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.

0 commit comments

Comments
 (0)