Skip to content

Commit ba468c3

Browse files
committed
chore(release): bump version to v0.33.1
1 parent 80535c0 commit ba468c3

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

docs/changelog.rst

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

6+
.. changelog:: 0.33.1
7+
:date: 2025-03-07
8+
9+
.. change:: add session to namespace signature
10+
:type: feature
11+
:pr: 412
12+
13+
The new filter providers expect that the sessions are in the signature namespace. This ensures there are no issues when configuring the plugin.
14+
15+
616
.. changelog:: 0.33.0
717
:date: 2025-03-07
818

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.33.0"
47+
version = "0.33.1"
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 = false
161161
commit_args = "--no-verify"
162-
current_version = "0.33.0"
162+
current_version = "0.33.1"
163163
ignore_missing_files = false
164164
ignore_missing_version = false
165165
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)