Skip to content

Commit

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

0.23.0
------
* Fixed MyPy errors (courtesy @sinisaos).
* Simplification of JWT authentication - it no longer needlessly checks
expiry, as PyJWT already does this (courtesy @aminalaee).
* Substantial increase in code coverage (courtesy @aminalaee and @sinisaos).
* Increased the minimum PyJWT version, as versions > 2.0.0 return the JWT as a
string instead of bytes.
* Added an option to exclude columns when using ``create_pydantic_model``
(courtesy @kucera-lukas).

0.22.0
------
Updating ``PiccoloCRUD`` so it works better with the custom primary key feature
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.22.0"
__VERSION__ = "0.23.0"

0 comments on commit 4e4d55d

Please sign in to comment.