chore(release): 0.3.0

This commit is contained in:
banteg
2026-01-01 20:37:02 +04:00
parent 6bb847c2cd
commit 1f054f99ac
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
## unreleased ## unreleased
## v0.3.0 (2026-01-01)
### changes ### changes
- add a claude code runner via the `claude` CLI with stream-json parsing and resume support - add a claude code runner via the `claude` CLI with stream-json parsing and resume support
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "takopi" name = "takopi"
authors = [{name = "banteg"}] 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." description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.3.0.dev0" __version__ = "0.3.0"
Generated
+1 -1
View File
@@ -354,7 +354,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.3.0.dev0" version = "0.3.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },