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 0511b9a commit 7b7955dCopy full SHA for 7b7955d
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.18.0
5
+------
6
+ * Refactored ``forwards`` and ``backwards`` commands for migrations, to make
7
+ them easier to run programatically.
8
+ * Added a simple ``Array`` column type.
9
+ * ``table_finder`` now works if just a string is passed in, instead of having
10
+ to pass in an array of strings.
11
+
12
0.17.5
13
------
14
Catching database connection exceptions when starting the default ASGI app
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.17.5"
+__VERSION__ = "0.18.0"
0 commit comments