Skip to content

Commit 00e4ac2

Browse files
committed
chore(release): bump to v1.4.1
1 parent 6dfcb43 commit 00e4ac2

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

docs/changelog.rst

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
1.x Changelog
44
=============
55

6+
.. changelog:: 1.4.1
7+
:date: 2025-04-28
8+
9+
.. change:: raise if filter operator is not in `operators_map`
10+
:type: bugfix
11+
:pr: 463
12+
:issue: 453
13+
14+
Raise exception if filter operator does not exist in operators_map
15+
16+
Fixes #453
17+
18+
.. change:: `uniquify` respects init method override
19+
:type: bugfix
20+
:pr: 462
21+
22+
Passing `uniquify` as an `__init__` argument now works as expected.
23+
24+
625
.. changelog:: 1.4.0
726
:date: 2025-04-27
827

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 = "1.4.0"
47+
version = "1.4.1"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -169,7 +169,7 @@ test = [
169169
allow_dirty = true
170170
commit = false
171171
commit_args = "--no-verify"
172-
current_version = "1.4.0"
172+
current_version = "1.4.1"
173173
ignore_missing_files = false
174174
ignore_missing_version = false
175175
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)