We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71662 commit 6febdc0Copy full SHA for 6febdc0
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-## Unreleased
+## 1.8.0 (2025-08-06)
2
3
### Fix
4
5
-- TestContainer.override cleared cache generated during override
+- TestContainer.override created cache generated during override
6
7
## 1.7.0 (2025-08-06)
8
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
-version = "1.7.0"
+version = "1.8.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
@@ -101,7 +101,7 @@ fail_under = 100
101
102
[tool.commitizen]
103
name = "cz_conventional_commits"
104
105
version_files = [
106
"aioinject/__init__.py",
107
"pyproject.toml:version"
0 commit comments