File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 3
3
1.x Changelog
4
4
=============
5
5
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
+
6
25
.. changelog :: 1.4.0
7
26
:date: 2025-04-27
8
27
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
44
44
name = " advanced_alchemy"
45
45
readme = " README.md"
46
46
requires-python = " >=3.9"
47
- version = " 1.4.0 "
47
+ version = " 1.4.1 "
48
48
49
49
[project .urls ]
50
50
Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -169,7 +169,7 @@ test = [
169
169
allow_dirty = true
170
170
commit = false
171
171
commit_args = " --no-verify"
172
- current_version = " 1.4.0 "
172
+ current_version = " 1.4.1 "
173
173
ignore_missing_files = false
174
174
ignore_missing_version = false
175
175
message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments