chore(release): 0.5.3

This commit is contained in:
banteg
2026-01-03 01:07:34 +04:00
parent b913c86170
commit a83b76decd
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# changelog
## v0.5.3 (2026-01-02)
### changes
- default claude allowed tools to `["Bash", "Read", "Edit", "Write"]` when not configured
## v0.5.2 (2026-01-02)
### changes
+1 -1
View File
@@ -1,7 +1,7 @@
[project]
name = "takopi"
authors = [{name = "banteg"}]
version = "0.5.2"
version = "0.5.3"
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
readme = "readme.md"
license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"
Generated
+1 -1
View File
@@ -354,7 +354,7 @@ wheels = [
[[package]]
name = "takopi"
version = "0.5.2"
version = "0.5.3"
source = { editable = "." }
dependencies = [
{ name = "anyio" },