Skip to content

Commit bdecb8d

Browse files
committed
bumped version
1 parent 2c8a39b commit bdecb8d

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.14.6
5+
------
6+
* Added JSON and JSONB column types, and the arrow function for JSONB.
7+
* Fixed a bug with the distinct clause.
8+
* Added ``as_alias``, so select queries can override column names in the
9+
response (i.e. SELECT foo AS bar from baz).
10+
* Refactored JSON encoding into a separate utils file.
11+
412
0.14.5
513
------
614
* Removed old iPython version recommendation in the ``piccolo shell run`` and

piccolo/__init__.py

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

0 commit comments

Comments
 (0)