diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 414341e..88c39ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.2](https://github.com/bedrock-python/alembic-gauntlet/compare/alembic-gauntlet-v0.2.1...alembic-gauntlet-v0.2.2) (2026-09-06) + + +### Bug Fixes + +* import PostgresContainer from testcontainers.community when it exists ([#35](https://github.com/bedrock-python/alembic-gauntlet/issues/35)) ([95bb17e](https://github.com/bedrock-python/alembic-gauntlet/commit/95bb17ee9a206c7e55db792a2631654d0de02927)) + + +### Miscellaneous Chores + +* release the asyncio extra the docs already describe ([#32](https://github.com/bedrock-python/alembic-gauntlet/issues/32)) ([14e418f](https://github.com/bedrock-python/alembic-gauntlet/commit/14e418fa1323a7090c0c6a48bb4c525ffd99acc3)) + ## [0.2.1](https://github.com/bedrock-python/alembic-gauntlet/compare/alembic-gauntlet-v0.2.0...alembic-gauntlet-v0.2.1) (2026-05-18) diff --git a/alembic_gauntlet/__version__.py b/alembic_gauntlet/__version__.py index 130276d..210c13f 100644 --- a/alembic_gauntlet/__version__.py +++ b/alembic_gauntlet/__version__.py @@ -1 +1 @@ -__version__ = "0.2.1" # x-release-please-version +__version__ = "0.2.2" # x-release-please-version