Skip to content

Commit cea5909

Browse files
committed
0.18.0
1 parent 4be5cb8 commit cea5909

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ 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.1 - 2021-10-12
8+
## 0.18.0 - 2021-10-15
99

1010
+ [[#159]] Add `ValueType::column_type`
1111
+ [[#160]] Add `FromValueTuple` trait
1212

1313
[#159]: https://github.com/SeaQL/sea-query/pull/159
1414
[#160]: https://github.com/SeaQL/sea-query/pull/160
1515

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+
1624
## 0.17.0 - 2021-10-06
1725

1826
+ [[#157]] Fix binding nullable custom types on db drivers

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.1"
17+
version = "0.18.0"
1818
authors = [
1919
"Chris Tsang <[email protected]>",
2020
"Billy Chan <[email protected]>",

0 commit comments

Comments
 (0)