chore(release): v0.22.3

This commit is contained in:
banteg
2026-03-02 13:07:44 +04:00
parent 10775bf9eb
commit b3f7e26675
4 changed files with 20 additions and 5 deletions
+11
View File
@@ -1,5 +1,16 @@
# changelog
## v0.22.3 (2026-03-02)
### changes
- allow coercible `chat_id` values in config [#186](https://github.com/banteg/takopi/pull/186)
### fixes
- make `[transports.telegram]` optional for external transports and validate it only when telegram is used [#177](https://github.com/banteg/takopi/pull/177)
- deny root-level files with default `deny_globs` [#216](https://github.com/banteg/takopi/pull/216)
## v0.22.2 (2026-02-24)
### fixes