Skip to content

Commit 6febdc0

Browse files
committed
bump: version 1.7.0 → 1.8.0
1 parent dc71662 commit 6febdc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Unreleased
1+
## 1.8.0 (2025-08-06)
22

33
### Fix
44

5-
- TestContainer.override cleared cache generated during override
5+
- TestContainer.override created cache generated during override
66

77
## 1.7.0 (2025-08-06)
88

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.7.0"
3+
version = "1.8.0"
44
description = "Async dependency injection library"
55
requires-python = ">=3.10"
66
authors = [
@@ -101,7 +101,7 @@ fail_under = 100
101101

102102
[tool.commitizen]
103103
name = "cz_conventional_commits"
104-
version = "1.7.0"
104+
version = "1.8.0"
105105
version_files = [
106106
"aioinject/__init__.py",
107107
"pyproject.toml:version"

0 commit comments

Comments
 (0)