File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 0.17.3 - 2021-10-26
9
+
10
+ + [[ #171 ]] fix bug in ` Condition::add ` where Condition negation is ignored
11
+
12
+ [ #171 ] : https://github.com/SeaQL/sea-query/pull/171
8
13
9
14
## 0.17.2 - 2021-10-15
10
15
@@ -32,6 +37,12 @@ pub fn as_ref_json(&self) -> Option<&Json>;
32
37
33
38
[ #157 ] : https://github.com/SeaQL/sea-query/pull/157
34
39
40
+ ## 0.16.6 - 2021-10-26
41
+
42
+ + [[ #171 ]] fix bug in ` Condition::add ` where Condition negation is ignored
43
+
44
+ [ #171 ] : https://github.com/SeaQL/sea-query/pull/171
45
+
35
46
## 0.16.5 - 2021-09-30
36
47
37
48
+ [[ #145 ]] Add Condition::not
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ members = [
14
14
15
15
[package ]
16
16
name = " sea-query"
17
- version = " 0.17.2 "
17
+ version = " 0.17.3 "
18
18
authors = [
19
19
" Chris Tsang <[email protected] >" ,
20
20
You can’t perform that action at this time.
0 commit comments