Skip to content

Commit c88c401

Browse files
committed
Merge branch 'master' into ws-support
2 parents 275dd86 + b391d48 commit c88c401

File tree

20 files changed

+674
-413
lines changed

20 files changed

+674
-413
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.5.3 - 2021-05-21
9+
10+
- [[#1211]] Even more tweaks and fixes to the Pool internals [[@abonander]]
11+
12+
- [[#1213]] Add support for bytes and `chrono::NaiveDateTime` to `Any` [[@guylapid]]
13+
14+
- [[#1224]] Add support for `chrono::DateTime<Local>` to `Any` with `MySQL` [[@NatPRoach]]
15+
16+
- [[#1216]] Skip empty lines and comments in pgpass files [[@feikesteenbergen]]
17+
18+
- [[#1218]] Add support for `PgMoney` to the compile-time type-checking [[@iamsiddhant05]]
19+
20+
[#1211]: https://github.com/launchbadge/sqlx/pull/1211
21+
[#1213]: https://github.com/launchbadge/sqlx/pull/1213
22+
[#1216]: https://github.com/launchbadge/sqlx/pull/1216
23+
[#1218]: https://github.com/launchbadge/sqlx/pull/1218
24+
[#1224]: https://github.com/launchbadge/sqlx/pull/1224
25+
826
## 0.5.2 - 2021-04-15
927

1028
- [[#1149]] Tweak and optimize Pool internals [[@abonander]]
@@ -890,3 +908,6 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
890908
[@crajcan]: https://github.com/crajcan
891909
[@demurgos]: https://github.com/demurgos
892910
[@link2xt]: https://github.com/link2xt
911+
[@guylapid]: https://github.com/guylapid
912+
[@natproach]: https://github.com/NatPRoach
913+
[@feikesteenbergen]: https://github.com/feikesteenbergen

0 commit comments

Comments
 (0)