Skip to content

Commit aeb0b9b

Browse files
authored
chore: bump version to 0.54 (#281)
Signed-off-by: Richard Chien <[email protected]>
1 parent 7cc8fed commit aeb0b9b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Internal builds may append content to the Unreleased section.
99
Only write entries that are worth mentioning to users.
1010
-->
1111

12-
## [Unreleased]
12+
## [0.54] - 2025-11-13
1313

1414
- Lib: Move `WireMessage` from `kimi_cli.wire.message` to `kimi_cli.wire`
1515
- Print: Fix `stream-json` output format missing the last assistant message

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-cli"
3-
version = "0.53"
3+
version = "0.54"
44
description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -9,7 +9,7 @@ dependencies = [
99
"aiofiles==25.1.0",
1010
"aiohttp==3.13.2",
1111
"typer==0.20.0",
12-
"kosong==0.24.0",
12+
"kosong==0.25.0",
1313
"loguru==0.7.3",
1414
"patch-ng==1.19.0",
1515
"prompt-toolkit==3.0.52",

uv.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)