Skip to content

Commit

Permalink
bump: version 0.35.3 → 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Jan 9, 2025
1 parent a2b82d1 commit 0cdb26c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.36.0 (2025-01-09)

### Feat

- add iterable providers

### Fix

- test_partially_resolved_generic
- update get_typevars to return a list of TypeVars and enhance nested generic tests
- enhance generic type handling and add tests for nested concrete generics
- correct test to -> `test_nested_unresolved_generic`
- update resolved type handling in InjectionContext and add uv.lock for dependency management

### Refactor

- use is_iterable_generic_collection
- use Provider.__hash__ in stores

## 0.35.3 (2024-11-22)

### 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.35.3"
__version__ = "0.36.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.35.3"
version = "0.36.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -74,7 +74,7 @@ fail_under = 100

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

0 comments on commit 0cdb26c

Please sign in to comment.