Skip to content

Commit

Permalink
Release v0.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 12, 2018
1 parent 6965ea2 commit 2b1a4d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.22.0 (2018-04-12)
--------------------

- Change default behavior of ``SQLClient.transaction()`` to **not** override the current session's ``autoflush`` setting (use ``SQLClient.transaction(autoflush=True)`` instead. (**breaking change**)
- Add boolean ``autoflush`` option to ``SQLClient.transaction()`` to set session's ``autoflush`` value for the duration of the transaction.
- Add new ``sqlservice.event`` decorators:
Expand Down
2 changes: 1 addition & 1 deletion src/sqlservice/__pkg__.py
Expand Up @@ -5,7 +5,7 @@
__package_name__ = 'sqlservice'
__description__ = 'The missing SQLAlchemy ORM interface'
__url__ = 'https://github.com/dgilland/sqlservice'
__version__ = '0.21.0'
__version__ = '0.22.0'
__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
__license__ = 'MIT License'

0 comments on commit 2b1a4d5

Please sign in to comment.