From c93a2c9cceff79032f1fe6d6f7a00bd87ff7b82a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:32:09 +0000 Subject: [PATCH] chore(master): release alembic-gauntlet 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ alembic_gauntlet/__version__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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