Skip to content

Commit 8b300da

Browse files
committed
Release v0.8
1 parent 1f909e8 commit 8b300da

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
0.8, pending
2-
------------
1+
0.8, 6 November 2020
2+
--------------------
33
Breaking changes:
44

55
* The ``validated_data`` representation no longer contains the ``rest_framework.fields.empty`` sentinel value for
66
unsupplied fields. This reverts the breaking change from v0.7.
77

8+
Features & fixes:
9+
10+
* Don't install tests into distributed packages.
11+
812
0.7, 23 October 2020
913
--------------------
1014
Breaking changes:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = djangorestframework-dataclasses
3-
version = 0.7
3+
version = 0.8
44
description = A dataclasses serializer for Django REST Framework
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)