Skip to content

Commit 6cc26ef

Browse files
committed
chore(release): bump to v1.4.4
1 parent d916c52 commit 6cc26ef

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

docs/changelog.rst

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

6+
.. changelog:: 1.4.4
7+
:date: 2025-05-26
8+
9+
.. change:: support for alembic 1.16 `toml_file` configuration
10+
:type: bugfix
11+
:pr: 479
12+
13+
Updates the AlembicCommand to use named arguments and support Alembic 1.16's new `toml_file` parameter.
14+
15+
616
.. changelog:: 1.4.3
717
:date: 2025-05-12
818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maintainers = [
4444
name = "advanced_alchemy"
4545
readme = "README.md"
4646
requires-python = ">=3.9"
47-
version = "1.4.3"
47+
version = "1.4.4"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -169,7 +169,7 @@ test = [
169169
allow_dirty = true
170170
commit = false
171171
commit_args = "--no-verify"
172-
current_version = "1.4.3"
172+
current_version = "1.4.4"
173173
ignore_missing_files = false
174174
ignore_missing_version = false
175175
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)