We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a31b2 commit 8fd69e7Copy full SHA for 8fd69e7
CHANGES.rst
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
4
+1.23.0
5
+------
6
+
7
+* Added Quart, Sanic, and Falcon as supported ASGI frameworks (thanks to
8
+ @sinisaos for this).
9
+* Fixed a bug with very large integers in SQLite.
10
+* Fixed type annotation for ``Timestamptz`` default values (thanks to @Skelmis
11
+ for this).
12
13
+-------------------------------------------------------------------------------
14
15
1.22.0
16
------
17
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.22.0"
+__VERSION__ = "1.23.0"
0 commit comments