Skip to content

Commit

Permalink
0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 30, 2021
1 parent 2ec9698 commit 6641a02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.16.5 - 2021-09-30

+ [[#145]] Add Condition::not
+ [[#149]] Fix SQLite `chrono::NaiveTime` binding

[#145]: https://github.com/SeaQL/sea-query/pull/145
[#149]: https://github.com/SeaQL/sea-query/pull/149

## 0.16.4 - 2021-09-26

+ Fix table drop options for SQLite
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [

[package]
name = "sea-query"
version = "0.16.4"
version = "0.16.5"
authors = [
"Chris Tsang <tyt2y7@gmail.com>",
"Billy Chan <ccw.billy.123@gmail.com>",
Expand Down

0 comments on commit 6641a02

Please sign in to comment.