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 c6db65e commit 14e7c72Copy full SHA for 14e7c72
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.32.0
5
+------
6
+Migrations can now have a description, which is shown when using
7
+``piccolo migrations check``. This makes migrations easier to identify (thanks
8
+to @davidolrik for the idea).
9
+
10
0.31.0
11
------
12
Added an ``all_columns`` method, to make it easier to retrieve all related
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.31.0"
+__VERSION__ = "0.32.0"
0 commit comments