Skip to content

Commit 6d804dd

Browse files
bump: version 2.11.7 → 2.11.8
1 parent 556ae46 commit 6d804dd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.11.8 (2025-10-02)
2+
3+
### Fix
4+
5+
- **routing**: add request_content_type parameter to Route and Router classes
6+
17
## v2.11.7 (2025-10-01)
28

39
### 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.11.7"
1+
__version__: str = "2.11.8"
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.11.7"
7+
version = "2.11.8"
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 = "techwithdunamix@gmail.com"}
@@ -207,7 +207,7 @@ known-first-party = ["nexios"]
207207

208208
[tool.commitizen]
209209
name = "cz_conventional_commits"
210-
version = "2.11.7"
210+
version = "2.11.8"
211211
version_files = [
212212
"pyproject.toml:version",
213213
"nexios/__main__.py:__version__"

0 commit comments

Comments
 (0)