Skip to content

Commit 6916182

Browse files
bump: version 2.11.1 → 2.11.2
1 parent bf031df commit 6916182

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.11.2 (2025-09-14)
2+
3+
### Feat
4+
5+
- **docs**: update theme colors and button styles
6+
- **nexios**: add request_content_type parameter for OpenAPI documentation
7+
8+
### Fix
9+
10+
- **http**: remove debug prints and improve UploadedFile class
11+
12+
### Refactor
13+
14+
- **nexios**: update UploadedFile for Pydantic 2 compatibility
15+
- **parser**: comment out size checks for parts and files
16+
- **response**: extract response processing logic into a separate function
17+
118
## v2.11.1 (2025-09-10)
219

320
### 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.1"
1+
__version__: str = "2.11.2"
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.1"
7+
version = "2.11.2"
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"}
@@ -208,7 +208,7 @@ known-first-party = ["nexios"]
208208

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

0 commit comments

Comments
 (0)