Skip to content

Commit

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

0.42.0
------

Added dependency injection to ``PiccoloCrud`` hooks - the Starlette request
object will now be passed in if requested. For example::

def my_hook(row_id, request):
...

Thanks to @AnthonyArmour and @destos for this.

-------------------------------------------------------------------------------

0.41.0
------

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.41.0"
__VERSION__ = "0.42.0"

0 comments on commit ef105f7

Please sign in to comment.