Skip to content

Commit b9876ba

Browse files
committed
0.20.0
1 parent 254f2ad commit b9876ba

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.20.0 - 2021-12-11
9+
10+
### Merged PRs
11+
12+
* Add `TableRef::DatabaseSchemaTable` by @billy1624 in https://github.com/SeaQL/sea-query/pull/193
13+
14+
**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.19.4...0.20.0
15+
16+
## 0.19.4 - 2021-12-11
17+
18+
### Merged PRs
19+
20+
* Binding `DateTime<FixedOffset>` for SQLx MySQL & SQLite by @billy1624 in https://github.com/SeaQL/sea-query/pull/197
21+
22+
**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.19.2...0.19.4
23+
824
## 0.19.2 - 2021-12-04
925

1026
### Merged PRs

Diff for: 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.19.2"
17+
version = "0.20.0"
1818
authors = [
1919
"Chris Tsang <[email protected]>",
2020
"Billy Chan <[email protected]>",

0 commit comments

Comments
 (0)