diff --git a/docs/changelog.rst b/docs/changelog.rst index feb2c6a6..66de0957 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,18 @@ 0.x Changelog ============= +.. changelog:: 0.28.0 + :date: 2025-01-13 + + .. change:: add `bind-key` option to CLI + :type: feature + :pr: 339 + + Adds a `bind-key` option to the Advance Alchemy CLI groups. + + When present, the Alembic configs will be injected with the corresponding key. + + .. changelog:: 0.27.1 :date: 2025-01-11 diff --git a/pyproject.toml b/pyproject.toml index b4149923..b879da50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ maintainers = [ name = "advanced_alchemy" readme = "README.md" requires-python = ">=3.8" -version = "0.27.1" +version = "0.28.0" [project.urls] Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog" @@ -167,7 +167,7 @@ test = [ allow_dirty = true commit = true commit_args = "--no-verify" -current_version = "0.27.1" +current_version = "0.28.0" ignore_missing_files = false ignore_missing_version = false message = "chore(release): bump to v{new_version}" diff --git a/uv.lock b/uv.lock index 0f0fbc58..695a6060 100644 --- a/uv.lock +++ b/uv.lock @@ -11,7 +11,7 @@ resolution-markers = [ [[package]] name = "advanced-alchemy" -version = "0.27.1" +version = "0.28.0" source = { editable = "." } dependencies = [ { name = "alembic" },