Skip to content

Commit 0379cda

Browse files
bump: version 2.9.3 → 2.10.0
1 parent e29f0fb commit 0379cda

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.10.0 (2025-08-02)
2+
3+
### Feat
4+
5+
- **auth**: introduce new has_permission decorator
6+
- **config**: allow set_config to auto initalize MakeConfig class when kwargs is passed in
7+
8+
### Fix
9+
10+
- **docs**: fix issues in docs
11+
- **di**: fix context initalization in all middleware instaces
12+
113
## v2.9.3 (2025-07-30)
214

315
### Fix

nexios/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: str = "2.9.3"
1+
__version__: str = "2.10.0"
22

33
# Version bump test - this comment will be removed after testing
44
ascii_art = f"""

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nexios"
7-
version = "2.9.3"
7+
version = "2.10.0"
88
description = "Nexios is a modern, high-performance ASGI web framework for Python with multi-server support with zero overhead."
99
authors = [
1010
{name = "Chidebele Dunamis", email = "[email protected]"}
@@ -208,7 +208,7 @@ known-first-party = ["nexios"]
208208

209209
[tool.commitizen]
210210
name = "cz_conventional_commits"
211-
version = "2.9.3"
211+
version = "2.10.0"
212212
version_files = [
213213
"pyproject.toml:version",
214214
"nexios/__main__.py:__version__"

0 commit comments

Comments
 (0)