Skip to content

Commit f8b10e2

Browse files
authored
chore: bump version 0.61 (#428)
Signed-off-by: Richard Chien <[email protected]>
1 parent 09f6e55 commit f8b10e2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

12+
## [0.61] - 2025-12-04
13+
14+
- Lib: Fix logging when used as a library
15+
- Tool: Harden file path check to protect against shared-prefix escape
16+
- LLM: Improve compatibility with some third-party OpenAI Responses and Anthropic API providers
17+
1218
## [0.60] - 2025-12-01
1319

1420
- LLM: Fix interleaved thinking for Kimi and OpenAI-compatible providers

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-cli"
3-
version = "0.60"
3+
version = "0.61"
44
description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.13"

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)