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 b3062bf commit 5d0b740Copy full SHA for 5d0b740
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.18.2
5
+------
6
+Added support for filtering ``Array`` columns.
7
+
8
0.18.1
9
------
10
Add the ``Array`` column type as a top level import in ``piccolo.columns``.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.18.1"
+__VERSION__ = "0.18.2"
0 commit comments