Skip to content

Commit 75f5b93

Browse files
authored
Merge pull request #130 from schireson/dc/release
fix: Release 0.12.0
2 parents 48c6033 + 4baee1e commit 75f5b93

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/schireson/pytest-alembic/compare/v0.11.0...HEAD) (2024-08-30)
3+
## [Unreleased](https://github.com/schireson/pytest-alembic/compare/v0.11.0...HEAD) (2025-05-16)
44

55
### Fixes
66

7+
* Release 0.12.0
8+
([87dbf29](https://github.com/schireson/pytest-alembic/commit/87dbf29e24f47417a5821fb6908673058ead7d89))
9+
* Failing tests.
10+
([1dc5b43](https://github.com/schireson/pytest-alembic/commit/1dc5b43d7e5b7530181808490cb31386631990a9))
11+
* Linting.
12+
([0c32cb2](https://github.com/schireson/pytest-alembic/commit/0c32cb23a32e711e633df3af9124f713b9bfa475))
13+
* Bump minimum python version on package to 3.7, stop testing 3.7.
14+
([32b8f62](https://github.com/schireson/pytest-alembic/commit/32b8f629f99efad07bcc2bd3ba4ff8981c399b13))
715
* Ensure branched revisions are upgraded individually once.
8-
([9cf7229](https://github.com/schireson/pytest-alembic/commit/9cf7229deb3f598f57d7347ee65fd046fadfc968))
16+
([853b116](https://github.com/schireson/pytest-alembic/commit/853b1164af9d03cb71504895c63e4962cc14ab84))
917
* Updated pyproject.toml to be more flexible with poetry_core versioning.
1018
([c7f25c3](https://github.com/schireson/pytest-alembic/commit/c7f25c39a795591a794f1ab89203f4a992012319))
1119

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-alembic"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
description = "A pytest plugin for verifying alembic migrations."
55
authors = [
66
"Dan Cardin <[email protected]>",

0 commit comments

Comments
 (0)