chore(release): 0.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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" }
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.3.0.dev0"
|
||||
__version__ = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user