Skip to content

Commit 25ec3a4

Browse files
chore( miu-code): release 1.1.0
1 parent 4cefb2a commit 25ec3a4

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/core": "1.0.1",
3-
"packages/code": "1.0.2",
3+
"packages/code": "1.1.0",
44
"packages/examples": "1.0.0",
55
"packages/studio": "1.0.1",
66
"packages/miu": "2.0.0"

packages/code/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/vanducng/miu-mono/compare/miu-code-v1.0.2...miu-code-v1.1.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* **tui:** add configurable status bar with model name display ([81113c6](https://github.com/vanducng/miu-mono/commit/81113c6891b663beb8159d71879782c1366aed95))
9+
10+
11+
### Bug Fixes
12+
13+
* **tools:** handle missing args gracefully and fix streaming input ([4cefb2a](https://github.com/vanducng/miu-mono/commit/4cefb2a65d50aba7600f0d7ddd012db7274302be))
14+
315
## [1.0.2](https://github.com/vanducng/miu-mono/compare/miu-code-v1.0.1...miu-code-v1.0.2) (2026-01-01)
416

517

packages/code/miu_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
try:
66
__version__ = version("miu-code")
77
except PackageNotFoundError:
8-
__version__ = "1.0.2"
8+
__version__ = "1.1.0"
99

1010
__all__ = ["__version__"]

packages/code/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "miu-code"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "AI coding agent with CLI"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)