chore(release): v0.8.0

This commit is contained in:
banteg
2026-01-05 12:05:29 +04:00
parent 2d8fbc8a5a
commit a8eb1290cc
5 changed files with 17 additions and 5 deletions
+12
View File
@@ -1,5 +1,17 @@
# changelog # changelog
## v0.8.0 (2026-01-05)
### changes
- queue telegram requests with rate limits and retry-after backoff [#54](https://github.com/banteg/takopi/pull/54)
### docs
- improve documentation coverage [#52](https://github.com/banteg/takopi/pull/52)
- align runner guide with factory pattern
- add missing pr links in the changelog
## v0.7.0 (2026-01-04) ## v0.7.0 (2026-01-04)
### changes ### changes
+2 -2
View File
@@ -1,4 +1,4 @@
# Takopi Specification v0.8.0 [2026-01-04] # Takopi Specification v0.8.0 [2026-01-05]
This document is **normative**. The words **MUST**, **SHOULD**, and **MAY** express requirements. This document is **normative**. The words **MUST**, **SHOULD**, and **MAY** express requirements.
@@ -431,7 +431,7 @@ The lock file SHOULD be removed on clean shutdown. Stale locks from crashed proc
## 11. Changelog ## 11. Changelog
### v0.8.0 (2026-01-04) ### v0.8.0 (2026-01-05)
- Add `subagent` action kind for agent/task delegation tools. - Add `subagent` action kind for agent/task delegation tools.
- Add lockfile specification for single-instance enforcement (§10). - Add lockfile specification for single-instance enforcement (§10).
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "takopi" name = "takopi"
authors = [{name = "banteg"}] authors = [{name = "banteg"}]
version = "0.8.0.dev0" version = "0.8.0"
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs." description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.8.0.dev0" __version__ = "0.8.0"
Generated
+1 -1
View File
@@ -411,7 +411,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.8.0.dev0" version = "0.8.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },