Skip to content

Commit 07b0cd2

Browse files
committed
chore: bump version to V0.16.0
1 parent 727346a commit 07b0cd2

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v0.16.0 (2022-08-16)
2+
3+
### Feat
4+
5+
- new export mixin
6+
- support define `filterset_base_classes` on viewset.
7+
- **serializer**: support include or exclude fields from serializer
8+
- **serializer**: support dynamicly set fields on serializer
9+
10+
### BREAKING CHANGE
11+
12+
- Uncompatible with previous version!
13+
- remove `get_dynamic_fields` method support
14+
15+
## v0.10.4 (2022-06-21)
16+
17+
## v0.9.0 (2022-04-19)
18+
19+
## v0.1.12 (2022-01-25)

drfexts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.1"
1+
__version__ = "0.16.0"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.commitizen]
2-
version = "0.15.1"
2+
version = "0.16.0"
33
tag_format = "v$major.$minor.$patch$prerelease"
44
version_files = [
55
"pyproject.toml:version",
6-
"__init__.py"
6+
"drfexts/__init__.py"
77
]
88

99
[tool.poetry]
1010
name = "drfexts"
11-
version = "0.15.1"
11+
version = "0.16.0"
1212
readme = "README.md"
1313
description = "Django Restframework Utils"
1414
authors = ["aiden <allaher@icloud.com>"]

0 commit comments

Comments
 (0)