Skip to content

Commit 550fbfa

Browse files
committed
Tidy up CHANGELOG
1 parent 4fc8c38 commit 550fbfa

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Changes
2+
-------
3+
4+
0.2.1 (13.03.2018)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Fix behaviour under multiprocessing by recreating :class:`~sqlalchemy.engine.Engine` instance.
8+
9+
0.2.0 (22.02.2018)
10+
~~~~~~~~~~~~~~~~~~
11+
Feature release. Thanks to Sebastian Buczyński.
12+
13+
* Added option to create the database on each run by using ``sqlalchemy-utils``.
14+
15+
* Added option to run tests on multiple dynamically created databases
16+
(``pytest-xdist``) like ``pytest-django`` does.
17+
18+
0.1.1 (22.09.2017)
19+
~~~~~~~~~~~~~~~~~~
20+
21+
Initial release.

HISTORY.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
intersphinx_mapping = {
99
'python': ('http://docs.python.org', None),
10+
'sqlalchemy': ('https://docs.sqlalchemy.org/en/20', None),
1011
}
1112

1213
project = 'pytest-sqlalchemy'

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.. include:: ../README.rst
2+
3+
.. include:: ../CHANGELOG.rst

0 commit comments

Comments
 (0)