Skip to content

Commit 3d95640

Browse files
committed
chore(release): bump to v0.28.0
1 parent ed9f5cd commit 3d95640

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
0.x Changelog
44
=============
55

6+
.. changelog:: 0.28.0
7+
:date: 2025-01-13
8+
9+
.. change:: add `bind-key` option to CLI
10+
:type: feature
11+
:pr: 339
12+
13+
Adds a `bind-key` option to the Advance Alchemy CLI groups.
14+
15+
When present, the Alembic configs will be injected with the corresponding key.
16+
17+
618
.. changelog:: 0.27.1
719
:date: 2025-01-11
820

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
name = "advanced_alchemy"
4848
readme = "README.md"
4949
requires-python = ">=3.8"
50-
version = "0.27.1"
50+
version = "0.28.0"
5151

5252
[project.urls]
5353
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -167,7 +167,7 @@ test = [
167167
allow_dirty = true
168168
commit = true
169169
commit_args = "--no-verify"
170-
current_version = "0.27.1"
170+
current_version = "0.28.0"
171171
ignore_missing_files = false
172172
ignore_missing_version = false
173173
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)