Skip to content

Commit 1623463

Browse files
bump: version 2.10.0 → 2.10.1
1 parent 660095b commit 1623463

File tree

4 files changed

+54
-40
lines changed

4 files changed

+54
-40
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.10.1 (2025-08-07)
2+
3+
### Fix
4+
5+
- **csrf**: improve CSRF protection and token handling
6+
- **docs**: fix routing docs orgnization
7+
- **docs**: fix websockets documentation on channels
8+
19
## v2.10.0 (2025-08-02)
210

311
### Feat

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.10.0"
1+
__version__: str = "2.10.1"
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.10.0"
7+
version = "2.10.1"
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.10.0"
211+
version = "2.10.1"
212212
version_files = [
213213
"pyproject.toml:version",
214214
"nexios/__main__.py:__version__"

uv.lock

Lines changed: 43 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)