Skip to content

Commit 61db51b

Browse files
committed
Prepare for 0.3.0 release
1 parent 22ef9c0 commit 61db51b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Changes
22
-------
33

4+
0.3.0 (16.04.2025)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Now targeting Python 3.9+, SQLAlchemy 1.4+ and pytest 8+.
8+
9+
* Moved to `uv`__ for environment management and `Github Actions`__ for CI.
10+
11+
* Testing against sqlite, MySQL and Postgres, with 100% line coverage.
12+
13+
* Fully type annotated and checked with `mypy`__.
14+
15+
* Formatted with `ruff`__.
16+
17+
* Documentation moved to `Sphinx`__ and published on `Read the Docs`__
18+
19+
__ https://docs.astral.sh/uv/
20+
21+
__ https://github.com/pytest-dev/pytest-sqlalchemy/actions
22+
23+
__ https://mypy.readthedocs.io/en/stable/
24+
25+
__ https://docs.astral.sh/ruff/
26+
27+
__ https://www.sphinx-doc.org/en/master/
28+
29+
__ https://pytest-sqlalchemy.readthedocs.io/
30+
431
0.2.1 (13.03.2018)
532
~~~~~~~~~~~~~~~~~~
633

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-sqlalchemy"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "pytest plugin with sqlalchemy related fixtures"
55
authors = [
66
{ name = "Torsten Irländer", email = "torsten.irlaender@googlemail.com" }

0 commit comments

Comments
 (0)