Skip to content

Commit a6edf7e

Browse files
committed
0.17.3
1 parent b7bdd4e commit a6edf7e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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
813

914
## 0.17.2 - 2021-10-15
1015

@@ -32,6 +37,12 @@ pub fn as_ref_json(&self) -> Option<&Json>;
3237

3338
[#157]: https://github.com/SeaQL/sea-query/pull/157
3439

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+
3546
## 0.16.5 - 2021-09-30
3647

3748
+ [[#145]] Add Condition::not

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414

1515
[package]
1616
name = "sea-query"
17-
version = "0.17.2"
17+
version = "0.17.3"
1818
authors = [
1919
"Chris Tsang <[email protected]>",
2020
"Billy Chan <[email protected]>",

0 commit comments

Comments
 (0)