Skip to content

Commit 8371be4

Browse files
committed
Release v1.4.0
1 parent b1ce694 commit 8371be4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.4.0, 14 May 2025
2+
------------------
3+
Features & fixes:
4+
5+
* Support type aliases defined using the type statement (PEP 695).
6+
* Fix type hint for ``child_fields`` parameter of ``UnionField`` to accept ``Field`` subclasses.
7+
18
1.3.1, 12 September 2023
29
------------------------
310
Features & fixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "djangorestframework-dataclasses"
7-
version = "1.3.1"
7+
version = "1.4.0"
88
description = "A dataclasses serializer for Django REST Framework"
99
readme = "README.rst"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)