File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,22 @@ 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.1 - 2021-10-12
8
+ ## 0.18.0 - 2021-10-15
9
9
10
10
+ [[ #159 ]] Add ` ValueType::column_type `
11
11
+ [[ #160 ]] Add ` FromValueTuple ` trait
12
12
13
13
[ #159 ] : https://github.com/SeaQL/sea-query/pull/159
14
14
[ #160 ] : https://github.com/SeaQL/sea-query/pull/160
15
15
16
+ ## 0.17.2 - 2021-10-15
17
+
18
+ + [[ #164 ]] Revert "Fix SQLite ` chrono::NaiveTime ` binding"
19
+
20
+ [ #164 ] : https://github.com/SeaQL/sea-query/pull/164
21
+
22
+ ## 0.17.1 - 2021-10-12 (yanked)
23
+
16
24
## 0.17.0 - 2021-10-06
17
25
18
26
+ [[ #157 ]] Fix binding nullable custom types on db drivers
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.1 "
17
+ version = " 0.18.0 "
18
18
authors = [
19
19
" Chris Tsang <[email protected] >" ,
20
20
You can’t perform that action at this time.
0 commit comments