Skip to content

Commit 9b2e670

Browse files
committed
chore(release): bump to v0.31.0
1 parent c54c079 commit 9b2e670

File tree

3 files changed

+46
-22
lines changed

3 files changed

+46
-22
lines changed

docs/changelog.rst

+43-19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
33
0.x Changelog
44
=============
55

6+
.. changelog:: 0.31.0
7+
:date: 2025-02-18
8+
9+
.. change:: Fix reference in `changelog.py`
10+
:type: bugfix
11+
:pr: 383
12+
13+
Should link to the AA repo, not litestar :)
14+
15+
.. change:: Query repository list method for custom queries
16+
:type: bugfix
17+
:pr: 379
18+
:issue: 338
19+
20+
Fix query repositories list method according to [documentation](https://docs.advanced-alchemy.litestar.dev/latest/usage/repositories.html#query-repository).
21+
22+
Now its return a list of tuples with values instead of first column of the query.
23+
24+
.. change:: remove 3.8 support
25+
:type: misc
26+
:pr: 386
27+
28+
Removes 3.8 support and removes future annotations in a few places for better compatibility
29+
30+
.. change:: remove future annotations
31+
:type: feature
32+
:pr: 387
33+
34+
This removes the usage of future annotations.
35+
36+
.. change:: add `uniquify` to service and repo
37+
:type: feature
38+
:pr: 389
39+
40+
Exposes the `uniquify` flag in all functions on the repository and add to the service
41+
42+
.. change:: improved default serializer
43+
:type: feature
44+
:pr: 390
45+
46+
Improves the default serializer so that it handles various types a bit better
47+
48+
649
.. changelog:: 0.30.3
750
:date: 2025-01-26
851

@@ -37,28 +80,9 @@
3780
:pr: 358
3881
:issue: 357
3982

40-
<!--
41-
By submitting this pull request, you agree to:
42-
- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)
43-
- follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md)
44-
- follow the [PSFs's Code of Conduct](https://www.python.org/psf/conduct/)
45-
-->
46-
## Description
47-
4883
Adds hash function to `SQLAlchemySyncConfig` and `SQLAlchemyAsyncConfig` classes.
4984

5085

51-
<!--
52-
Please add in issue numbers this pull request will close, if applicable
53-
Examples: Fixes #4321 or Closes #1234
54-
55-
Ensure you are using a supported keyword to properly link an issue:
56-
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
57-
-->
58-
## Closes
59-
Closes #357
60-
61-
6286
.. changelog:: 0.30.1
6387
:date: 2025-01-20
6488

pyproject.toml

+2-2
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 = "0.30.3"
47+
version = "0.31.0"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -159,7 +159,7 @@ test = [
159159
allow_dirty = true
160160
commit = true
161161
commit_args = "--no-verify"
162-
current_version = "0.30.3"
162+
current_version = "0.31.0"
163163
ignore_missing_files = false
164164
ignore_missing_version = false
165165
message = "chore(release): bump to v{new_version}"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)