Skip to content

Commit ff45e3e

Browse files
committed
bumped version
1 parent bbd5ba1 commit ff45e3e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

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

4+
0.18.4
5+
------
6+
* Fixed a bug when multiple tables inherit from the same mixin (thanks to
7+
@brnosouza).
8+
* Added a ``log_queries`` option to ``PostgresEngine``, which is useful during
9+
debugging.
10+
* Added the `inflection` library for converting ``Table`` class names to
11+
database table names. Previously, a class called ``TableA`` would wrongly
12+
have a table called ``table`` instead of ``table_a``.
13+
* Fixed a bug with ``SerialisedBuiltin.__hash__`` not returning a number,
14+
which could break migrations (thanks to @sinisaos).
15+
416
0.18.3
517
------
618
Improved ``Array`` column serialisation - needed to fix auto migrations.

piccolo/__init__.py

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

0 commit comments

Comments
 (0)