diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b11d8..bb1ba3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v0.22.1 (2026-07-14) + +### Bug Fixes + +- **core**: only reload plugins when force_load is enabled + +### Code Refactoring + +- **status**: add plugin count + +### Build System + +- **deps**: Bump the uv-dependencies group across 1 directory with 2 updates +- **deps**: Bump the github-actions-dependencies group across 1 directory with 7 updates + +### Continuous Integration + +- **dependabot**: rename dependency groups + ## v0.22.0 (2026-06-27) ### Features diff --git a/pyproject.toml b/pyproject.toml index 6fbe6ec..8a18432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "itisFarzinBot" -version = "0.22.0" +version = "0.22.1" description = "A lightweight, modular Telegram bot framework." readme = "README.md" license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index c5c9c7f..6ffa655 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "itisfarzinbot" -version = "0.22.0" +version = "0.22.1" source = { virtual = "." } dependencies = [ { name = "gitpython" },