diff --git a/changelog.md b/changelog.md index 3cf3a18..bf51cc9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## unreleased +## v0.3.0 (2026-01-01) + ### changes - add a claude code runner via the `claude` CLI with stream-json parsing and resume support diff --git a/pyproject.toml b/pyproject.toml index e1a1ad2..3399210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "takopi" authors = [{name = "banteg"}] -version = "0.3.0.dev0" +version = "0.3.0" description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface." readme = "readme.md" license = { file = "LICENSE" } diff --git a/src/takopi/__init__.py b/src/takopi/__init__.py index dabe9f1..493f741 100644 --- a/src/takopi/__init__.py +++ b/src/takopi/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0.dev0" +__version__ = "0.3.0" diff --git a/uv.lock b/uv.lock index 5010aec..11261d1 100644 --- a/uv.lock +++ b/uv.lock @@ -354,7 +354,7 @@ wheels = [ [[package]] name = "takopi" -version = "0.3.0.dev0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "anyio" },