Skip to content

Commit

Permalink
Merge pull request #6 from winged/bump
Browse files Browse the repository at this point in the history
chore: version bump 0.2.0
  • Loading branch information
David Vogt authored Aug 26, 2021
2 parents c219d7d + ac19e5c commit 8caaaa7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.2.0 (2021-08-26)

## Features

* Add support for custom validations

## Refactor

Refactored the codebase, simplifying the code. Only one mixin per feature
required now.


# v0.1.0 (2020-12-18)

Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="django-generic-api-permissions",
version="0.1.0",
version="0.2.0",
author="adfinis",
description="Generic API permissions and visibilities for Django",
long_description=long_description,
Expand Down

0 comments on commit 8caaaa7

Please sign in to comment.