We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183a57c commit e72ce4eCopy full SHA for e72ce4e
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
We follow [Semantic Versions](https://semver.org/).
4
5
6
-## WIP
+## Version 0.3.0 (2026-03-17)
7
8
### Features
9
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
name = "django-modern-rest"
description = "Modern REST framework for Django with types and async support"
license = "MIT"
10
-version = "0.2.0"
+version = "0.3.0"
11
requires-poetry = ">=2.3"
12
13
authors = [
0 commit comments