Skip to content

Commit 62a51fe

Browse files
committed
chore: bump version to 0.1.81
1 parent 08dff94 commit 62a51fe

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.81] - 2026-03-04
11+
12+
### Changed
13+
- Migrated the live alchemy usage-contract integration test to the typed chutes flow for stricter runtime contract coverage.
14+
- Refined tinyagent typing and compaction boundaries to tighten type-safety and reduce ambiguity in session compaction behavior.
15+
- Removed residual `__all__` shim exports to satisfy Gate 0 and enforce direct exports only.
16+
- Refreshed README screenshots to match the current UI.
17+
18+
### Fixed
19+
- Declared `pydantic` as a direct project dependency to satisfy dependency analysis and prevent missing-direct-dependency failures.
20+
1021
## [0.1.80] - 2026-03-03
1122

1223
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "tunacode-cli"
77

8-
version = "0.1.80"
8+
version = "0.1.81"
99
description = "Your agentic CLI developer."
1010
keywords = ["cli", "agent", "development", "automation"]
1111
readme = "README.md"

src/tunacode/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MB = KB * 1024
1919

2020
APP_NAME = "TunaCode"
21-
APP_VERSION = "0.1.80"
21+
APP_VERSION = "0.1.81"
2222

2323

2424
GUIDE_FILE_NAME = "AGENTS.md"

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)