Skip to content

Commit 0b0d7aa

Browse files
committed
0.17.2
1 parent 8ac4af3 commit 0b0d7aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
9+
## 0.17.2 - 2021-10-15
10+
11+
+ [[#164]] Revert "Fix SQLite `chrono::NaiveTime` binding"
12+
13+
[#164]: https://github.com/SeaQL/sea-query/pull/164
14+
15+
## 0.17.1 - 2021-10-12 (yanked)
16+
817
## 0.17.0 - 2021-10-06
918

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

0 commit comments

Comments
 (0)