We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5173a39 commit 1b34405Copy full SHA for 1b34405
CHANGES.rst
@@ -1,6 +1,18 @@
1
Changes
2
=======
3
4
+1.19.1
5
+------
6
+
7
+Fixed a bug with the ``get_m2m`` method, which would raise a ``ValueError``
8
+when no objects were found. It now handles this gracefully and returns an empty
9
+list instead. Thanks to @nVitius for this fix.
10
11
+Improved the ASGI templates (including a fix for the latest LiteStar version).
12
+Thanks to @sinisaos for this.
13
14
+-------------------------------------------------------------------------------
15
16
1.19.0
17
------
18
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.19.0"
+__VERSION__ = "1.19.1"
0 commit comments