Skip to content

Commit

Permalink
chore: bump version to V0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlu committed Aug 16, 2022
1 parent 727346a commit 07b0cd2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.16.0 (2022-08-16)

### Feat

- new export mixin
- support define `filterset_base_classes` on viewset.
- **serializer**: support include or exclude fields from serializer
- **serializer**: support dynamicly set fields on serializer

### BREAKING CHANGE

- Uncompatible with previous version!
- remove `get_dynamic_fields` method support

## v0.10.4 (2022-06-21)

## v0.9.0 (2022-04-19)

## v0.1.12 (2022-01-25)
2 changes: 1 addition & 1 deletion drfexts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.1"
__version__ = "0.16.0"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.commitizen]
version = "0.15.1"
version = "0.16.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:version",
"__init__.py"
"drfexts/__init__.py"
]

[tool.poetry]
name = "drfexts"
version = "0.15.1"
version = "0.16.0"
readme = "README.md"
description = "Django Restframework Utils"
authors = ["aiden <allaher@icloud.com>"]
Expand Down

0 comments on commit 07b0cd2

Please sign in to comment.