File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +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.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
+
8
24
## 0.19.2 - 2021-12-04
9
25
10
26
### Merged PRs
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.19.2 "
17
+ version = " 0.20.0 "
18
18
authors = [
19
19
" Chris Tsang <[email protected] >" ,
20
20
You can’t perform that action at this time.
0 commit comments