File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
5
5
### Fixes
6
6
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 ) )
7
15
* 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 ) )
9
17
* Updated pyproject.toml to be more flexible with poetry_core versioning.
10
18
([ c7f25c3] ( https://github.com/schireson/pytest-alembic/commit/c7f25c39a795591a794f1ab89203f4a992012319 ) )
11
19
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytest-alembic"
3
- version = " 0.11.2 "
3
+ version = " 0.12.0 "
4
4
description = " A pytest plugin for verifying alembic migrations."
5
5
authors = [
6
6
You can’t perform that action at this time.
0 commit comments