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 9e26772 commit e7a36d4Copy full SHA for e7a36d4
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.25.0
5
+------
6
+ * Changed the migration IDs, so the timestamp now includes microseconds. This
7
+ is to make clashing migration IDs much less likely.
8
+ * Added a lot of end-to-end tests for migrations, which revealed some bugs
9
+ in ``Column`` defaults.
10
+
11
0.24.1
12
------
13
A bug fix for migrations. See `issue 123 <https://github.com/piccolo-orm/piccolo/issues/123>`_
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.24.1"
+__VERSION__ = "0.25.0"
0 commit comments