From 3b70312976d615fb4ee5643bf73afdd026290bbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 18:46:46 +0000 Subject: [PATCH] chore(master): release sqlalchemy-foundation-kit 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ sqlalchemy_foundation_kit/__init__.py | 2 +- sqlalchemy_foundation_kit/__version__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c17d05b..02fd465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/bedrock-python/sqlalchemy-foundation-kit/compare/sqlalchemy-foundation-kit-v0.2.0...sqlalchemy-foundation-kit-v0.2.1) (2026-09-06) + + +### Bug Fixes + +* the defects the agents page turned up ([#21](https://github.com/bedrock-python/sqlalchemy-foundation-kit/issues/21)) ([9548c72](https://github.com/bedrock-python/sqlalchemy-foundation-kit/commit/9548c72670696dd68e0eeec1f0ae4ad896fa62d6)) + ## [0.2.0](https://github.com/bedrock-python/sqlalchemy-foundation-kit/compare/sqlalchemy-foundation-kit-v0.1.0...sqlalchemy-foundation-kit-v0.2.0) (2026-08-28) diff --git a/sqlalchemy_foundation_kit/__init__.py b/sqlalchemy_foundation_kit/__init__.py index 166835e..b1c8fcb 100644 --- a/sqlalchemy_foundation_kit/__init__.py +++ b/sqlalchemy_foundation_kit/__init__.py @@ -64,7 +64,7 @@ try: __version__ = version("sqlalchemy-foundation-kit") except PackageNotFoundError: # pragma: no cover - __version__ = "0.2.0" + __version__ = "0.2.1" __all__ = [ # noqa: RUF022 # Base ORM diff --git a/sqlalchemy_foundation_kit/__version__.py b/sqlalchemy_foundation_kit/__version__.py index e44b515..130276d 100644 --- a/sqlalchemy_foundation_kit/__version__.py +++ b/sqlalchemy_foundation_kit/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0" # x-release-please-version +__version__ = "0.2.1" # x-release-please-version