Skip to content

Commit 932ccab

Browse files
committed
chore(release): bump to v0.30.1
1 parent f3e96d0 commit 932ccab

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

docs/changelog.rst

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

6+
.. changelog:: 0.30.1
7+
:date: 2025-01-20
8+
9+
.. change:: Using init db CLI command creates migrations directory in unexpected place
10+
:type: bugfix
11+
:pr: 354
12+
:issue: 351
13+
14+
When initializing migrations with the CLI, if no directory is specified, the directory from the configuration will be used.
15+
16+
617
.. changelog:: 0.30.0
718
:date: 2025-01-19
819

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.30.0"
50+
version = "0.30.1"
5151

5252
[project.urls]
5353
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -168,7 +168,7 @@ test = [
168168
allow_dirty = true
169169
commit = true
170170
commit_args = "--no-verify"
171-
current_version = "0.30.0"
171+
current_version = "0.30.1"
172172
ignore_missing_files = false
173173
ignore_missing_version = false
174174
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)