Skip to content

Commit 2652e91

Browse files
bump: version 2.9.2 → 2.9.3
1 parent c7f0b90 commit 2652e91

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.9.3 (2025-07-30)
2+
3+
### Feat
4+
5+
- Add multipart form data support
6+
7+
### Refactor
8+
9+
- **deps**: clean dependecy
10+
- **docs**: refactor auth docs
11+
112
## v2.9.2 (2025-07-28)
213

314
### 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.9.2"
1+
__version__: str = "2.9.3"
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.2"
7+
version = "2.9.3"
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]"}
@@ -207,7 +207,7 @@ known-first-party = ["nexios"]
207207

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

0 commit comments

Comments
 (0)