Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Dec 13, 2021
1 parent cfd92ec commit cd3bc74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.30.1
------
* Streamlined the ``CSRFMiddleware`` code, and added missing type annotations.
* If using the ``__visible_fields`` parameter with ``PiccoloCRUD``, and the
field name is unrecognised, the error response will list the correct field
names.
* Improved test coverage (courtesy @sinisaos).

0.30.0
------
We recently added the ``__visible_fields`` GET parameter to ``PiccoloCRUD``,
Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.30.0"
__VERSION__ = "0.30.1"

0 comments on commit cd3bc74

Please sign in to comment.