Skip to content

Commit f1244ec

Browse files
committed
bumped version
1 parent 14ad250 commit f1244ec

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.45.0
5+
------
6+
Added the ``piccolo schema graph`` command for visualising your database
7+
structure, which outputs a Graphviz file. It can then be turned into an
8+
image, for example:
9+
10+
.. code-block:: bash
11+
12+
piccolo schema map | dot -Tpdf -o graph.pdf
13+
14+
Also made some minor changes to the ASGI templates, to reduce MyPy errors.
15+
416
0.44.1
517
------
618
Updated ``to_dict`` so it works with nested objects, as introduced by the

piccolo/__init__.py

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

0 commit comments

Comments
 (0)