Skip to content

Commit bf63f91

Browse files
committed
bumped version
1 parent 99343ea commit bf63f91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.33.1
5+
------
6+
* Bug fix, where ``compare_dicts`` was failing in migrations if any ``Column``
7+
had an unhashable type as an argument. For example: ``Array(default=[])``.
8+
Thanks to @hipertracker for reporting this problem.
9+
* Increased the minimum version of orjson, so binaries are available for Macs
10+
running on Apple silicon (courtesy @hipertracker).
11+
412
0.33.0
513
------
614
Fix for auto migrations when using custom primary keys (thanks to @adriangb and

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.33.0"
1+
__VERSION__ = "0.33.1"

0 commit comments

Comments
 (0)