Skip to content

Commit

Permalink
Merge pull request #28 from onefinestay/v1.2.0-rc
Browse files Browse the repository at this point in the history
v1.2.0-rc
  • Loading branch information
mattbennett authored Mar 15, 2018
2 parents 5670688 + 4946614 commit c408570
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

Version 1.2.0
-------------

Released 2018-03-15

* Fix context manager so transactions are rolled back on commit errors
(fixes #25)
* Change default behaviour of context manager so sessions are closed
on worker teardown rather than context manager exit (closes #24)

Version 1.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='nameko-sqlalchemy',
version='1.1.0',
version='1.2.0',
description='SQLAlchemy dependency for nameko services',
author='onefinestay',
author_email='[email protected]',
Expand Down

0 comments on commit c408570

Please sign in to comment.