Skip to content

Commit

Permalink
chore(release): bump to v0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 21, 2025
1 parent 817dc60 commit 04977b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
0.x Changelog
=============

.. changelog:: 0.30.2
:date: 2025-01-21

.. change:: add hash to config classes
:type: feature
:pr: 358
:issue: 357

<!--
By submitting this pull request, you agree to:
- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)
- follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md)
- follow the [PSFs's Code of Conduct](https://www.python.org/psf/conduct/)
-->
## Description

Adds hash function to `SQLAlchemySyncConfig` and `SQLAlchemyAsyncConfig` classes.


<!--
Please add in issue numbers this pull request will close, if applicable
Examples: Fixes #4321 or Closes #1234

Ensure you are using a supported keyword to properly link an issue:
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
-->
## Closes
Closes #357


.. changelog:: 0.30.1
:date: 2025-01-20

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ maintainers = [
name = "advanced_alchemy"
readme = "README.md"
requires-python = ">=3.8"
version = "0.30.1"
version = "0.30.2"

[project.urls]
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
Expand Down Expand Up @@ -168,7 +168,7 @@ test = [
allow_dirty = true
commit = true
commit_args = "--no-verify"
current_version = "0.30.1"
current_version = "0.30.2"
ignore_missing_files = false
ignore_missing_version = false
message = "chore(release): bump to v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04977b3

Please sign in to comment.