Skip to content

Commit 59838bb

Browse files
committed
chore(release): bump to v0.32.0
1 parent a87c097 commit 59838bb

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

docs/changelog.rst

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
0.x Changelog
44
=============
55

6+
.. changelog:: 0.32.0
7+
:date: 2025-02-23
8+
9+
.. change:: remove `limit` and `offset` from count statement
10+
:type: bugfix
11+
:pr: 395
12+
13+
Remove `limit` and `offset` from count statement
14+
15+
.. change:: rename `force_basic_query_mode`
16+
:type: misc
17+
:pr: 396
18+
19+
Renames `force_basic_query_mode` to `count_with_window_function`. This is also exposed as a class/init parameter for the service and repository.
20+
21+
.. change:: add Enum to default type decoders
22+
:type: feature
23+
:pr: 397
24+
25+
Extends the default `msgspec` type decoders to handle Enum types by converting them to their underlying value during serialization
26+
27+
28+
629
.. changelog:: 0.31.0
730
:date: 2025-02-18
831

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.31.0"
47+
version = "0.32.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.31.0"
162+
current_version = "0.32.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)