We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed8b7 commit 9091e2aCopy full SHA for 9091e2a
CHANGES
@@ -1,9 +1,15 @@
1
Changes
2
=======
3
4
+0.16.3
5
+------
6
+ * Added ``WhereRaw``, so raw SQL can be used in where clauses.
7
+ * ``piccolo shell run`` now uses syntax highlighting - courtesy of Fingel.
8
+
9
10
0.16.2
11
------
-Reordering the dependencies in requirements.txt when using `piccolo asgi new`,
12
+Reordering the dependencies in requirements.txt when using ``piccolo asgi new``
13
as the latest FastAPI and Starlette versions are incompatible.
14
15
0.16.1
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.2"
+__VERSION__ = "0.16.3"
0 commit comments