Skip to content

Commit 2c50122

Browse files
committed
bumped version
1 parent c969c83 commit 2c50122

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES

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

4+
0.14.8
5+
------
6+
* Improved the method signature of the ``output`` query clause (explicitly
7+
added args, instead of using ``**kwargs``).
8+
* Fixed a bug where ``output(as_list=True)`` would fail if no rows were found.
9+
* Made ``piccolo migrations forwards`` command output more legible.
10+
* Improved renamed table detection in migrations.
11+
* Added the ``piccolo migrations clean`` command for removing orphaned rows
12+
from the migrations table.
13+
* Fixed a bug where ``get_migration_managers`` wasn't inclusive.
14+
* Raising a ``ValueError`` if ``is_in`` or ``not_in`` query clauses are passed
15+
an empty list.
16+
* Changed the migration commands to be top level async.
17+
* Combined ``print`` and ``sys.exit`` statements.
18+
419
0.14.7
520
------
621
* Added missing type annotation for ``run_sync``.

piccolo/__init__.py

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

0 commit comments

Comments
 (0)