Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Nov 6, 2018
1 parent 2b661e3 commit 9faaaf1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,28 @@ Release History
Unreleased
++++++++++

**Features**

**Bugfixes**

**Improvements**

**Documentation**

**Build**

0.10.0 (2018-11-06)
+++++++++++++++++++

**Backward incompatible change**

* In the migration yaml file, the ``command`` and ``command_args`` options are now all merged into ``command``
* In the migration yaml file, the ``command`` and ``command_args`` options are
now all merged into ``command``

**Features**

* Backup command and backup's ignore_if are now run with 'sh' so we can inject
environment variables in the commands
* Backup command and backup's ignore_if are now run in a 'sh' shell so we can
inject environment variables in the commands
* Backup command can now use ``$database``, ``$db_host``, ``$db_port``,
``$db_user``, ``$db_password`` that will be substituted by the current
configuration values
Expand All @@ -25,11 +39,10 @@ Unreleased
Now, when the migration lock is released, the other process(es) will recheck
all versions as well before running odoo.

**Improvements**

**Documentation**

**Build**
* Add some high-level documentation


0.9.0 (2018-09-04)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .runner import Runner
from .web import WebApp

__version__ = "0.9.0"
__version__ = "0.10.0"

logging.getLogger('werkzeug').setLevel(logging.ERROR)

Expand Down

0 comments on commit 9faaaf1

Please sign in to comment.