We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27273a commit 9545393Copy full SHA for 9545393
2 files changed
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Changelog
2
=========
3
4
+
5
+3.3.2 (2017-07-28)
6
+------------------
7
8
+* Add support for database upload from the working directory (``divio project push .. --dump-file ..``)
9
+* Add support for taking backups with deployments with ``divio project deploy --backup``
10
+* Add support for returning last deployment log with ``divio project deploy-log``
11
12
13
+3.3.1 (2017-07-06)
14
+-----------------
15
16
+* Minor bug fixes and automation improvements
17
18
19
3.3.0 (2017-07-04)
20
------------------
21
divio_cli/__init__.py
@@ -1 +1 @@
-__version__ = '3.3.1'
+__version__ = '3.3.2'
0 commit comments