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 5e7d9a6 commit fd72c60Copy full SHA for fd72c60
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.43.0
5
+------
6
+Migrations containing ``Array``, ``JSON`` and ``JSONB`` columns should be
7
+more reliable now. More unit tests were added to cover edge cases.
8
+
9
0.42.0
10
------
11
You can now use ``all_columns`` at the root. For example:
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.42.0"
+__VERSION__ = "0.43.0"
0 commit comments