Skip to content

Commit 04977b3

Browse files
committed
chore(release): bump to v0.30.2
1 parent 817dc60 commit 04977b3

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

docs/changelog.rst

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

6+
.. changelog:: 0.30.2
7+
:date: 2025-01-21
8+
9+
.. change:: add hash to config classes
10+
:type: feature
11+
:pr: 358
12+
:issue: 357
13+
14+
<!--
15+
By submitting this pull request, you agree to:
16+
- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)
17+
- follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md)
18+
- follow the [PSFs's Code of Conduct](https://www.python.org/psf/conduct/)
19+
-->
20+
## Description
21+
22+
Adds hash function to `SQLAlchemySyncConfig` and `SQLAlchemyAsyncConfig` classes.
23+
24+
25+
<!--
26+
Please add in issue numbers this pull request will close, if applicable
27+
Examples: Fixes #4321 or Closes #1234
28+
29+
Ensure you are using a supported keyword to properly link an issue:
30+
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
31+
-->
32+
## Closes
33+
Closes #357
34+
35+
636
.. changelog:: 0.30.1
737
:date: 2025-01-20
838

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.1"
50+
version = "0.30.2"
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.1"
171+
current_version = "0.30.2"
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)