Skip to content

Commit ea70034

Browse files
committed
bump: version 1.10.0 → 1.10.1
1 parent 4f4730a commit ea70034

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.1 (2025-10-13)
2+
3+
### Fix
4+
5+
- **telegram**: support using inject decorator on `BaseHandler.handle`
6+
17
## 1.10.0 (2025-09-23)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aioinject"
3-
version = "1.10.0"
3+
version = "1.10.1"
44
description = "Async dependency injection library"
55
requires-python = ">=3.10"
66
authors = [
@@ -103,7 +103,7 @@ fail_under = 100
103103

104104
[tool.commitizen]
105105
name = "cz_conventional_commits"
106-
version = "1.10.0"
106+
version = "1.10.1"
107107
version_files = [
108108
"aioinject/__init__.py",
109109
"pyproject.toml:version"

0 commit comments

Comments
 (0)