Skip to content

Commit 3e5cd3b

Browse files
committed
chore: bump version to 0.1.94
1 parent 126f4f5 commit 3e5cd3b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.94] - 2026-03-17
11+
12+
### Changed
13+
- Enforced strict config source validation and updated quality harness documentation.
14+
- Added git safety practices documentation and updated agent guidance.
15+
- Removed stale worktree metadata and unused state machine infrastructure.
16+
- Cleaned up defensive logic and tightened TUI cold-start paths.
17+
18+
### Fixed
19+
- Fixed remaining typing issues and tool argument validation.
20+
- Corrected tinyagent imports and split agent configuration for better modularity.
21+
- Fixed CodeRabbit agent feedback issues.
22+
- Stabilized headless tinyagent serialization.
23+
1024
## [0.1.93] - 2026-03-16
1125

1226
### Changed

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.93"
8+
version = "0.1.94"
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.93"
21+
APP_VERSION = "0.1.94"
2222

2323

2424
AGENTS_MD = "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)