Skip to content

Commit

Permalink
bump: version 0.36.1 → 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Feb 5, 2025
1 parent f05ae5a commit 8c8903d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.37.0 (2025-02-05)

### Fix

- update compatibility check for Python version greater than 3.11

### Refactor

- **generics**: try using Generic[args] to make generics
- enhance Python 3.11 compatibility checks and update test decorators
- improve compatibility handling and clean up generics code

## 0.36.1 (2025-01-30)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion aioinject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"Injected",
]

__version__ = "0.36.1"
__version__ = "0.37.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
version = "0.36.1"
version = "0.37.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -75,7 +75,7 @@ fail_under = 100

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.36.1"
version = "0.37.0"
version_files = [
"aioinject/__init__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 8c8903d

Please sign in to comment.