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 3969a25 commit b31d26dCopy full SHA for b31d26d
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.17.0
5
+------
6
+ * Migrations now directly import ``Column`` classes - this allows users to
7
+ create custom ``Column`` subclasses. Migrations previously only worked with
8
+ the builtin column types.
9
+ * Migrations now detect if the column type has changed, and will try and
10
+ convert it automatically.
11
+
12
0.16.5
13
------
14
The Postgres extensions that ``PostgresEngine`` tries to enable at startup
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.5"
+__VERSION__ = "0.17.0"
0 commit comments