Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Dec 12, 2016
1 parent ab8c8cb commit 4cd0bab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@ Unreleased

**Bugfixes**

**Improvements**

**Documentation**

**Build**


0.6.2 (2016-12-12)
++++++++++++++++++

**Bugfixes**

* Autocommit the operations done in the marabunta_version table. Previously,
after an exception, the changes to marabunta_version were rollbacked, which
is not the expected behavior (it makes the migration restart ceaseless).
As a side effect, Marabunta now opens 2 connections. The connection opened
for the adsivory lock cannot commit before the end because it would release
the lock.

**Improvements**

**Documentation**

**Build**

0.6.1 (2016-11-25)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .parser import YamlParser
from .runner import Runner

__version__ = "0.6.1"
__version__ = "0.6.2"

# The number below has been generated as below:
# pg_lock accepts an int8 so we build an hash composed with
Expand Down

0 comments on commit 4cd0bab

Please sign in to comment.