Skip to content

Commit 241b739

Browse files
committed
bump: version 1.5.1 → 1.6.0
1 parent 30428ba commit 241b739

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.6.0 (2025-07-29)
2+
3+
### Feat
4+
5+
- add `context_from_scope` helper function to retrieve context from litestar scope
6+
17
## 1.5.1 (2025-07-16)
28

39
### Fix

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.5.1"
3+
version = "1.6.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.5.1"
104+
version = "1.6.0"
105105
version_files = [
106106
"aioinject/__init__.py",
107107
"pyproject.toml:version"

0 commit comments

Comments
 (0)