@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.3.1 - 2020-03-30
9+
10+ ### Fixed
11+
12+ - [[ #203 ]] Allow an empty password for MySQL
13+
14+ - [[ #204 ]] Regression in error reporting for invalid SQL statements on PostgreSQL
15+
16+ - [[ #200 ]] Fixes the incorrect handling of raw (` r#... ` ) fields of a struct in the ` FromRow ` derive [[ @sidred ]]
17+
18+ [ #200 ] : https://github.com/launchbadge/sqlx/pull/200
19+ [ #203 ] : https://github.com/launchbadge/sqlx/issues/203
20+ [ #204 ] : https://github.com/launchbadge/sqlx/issues/204
21+
822## 0.3.0 - 2020-03-29
923
1024### Breaking Changes
@@ -196,11 +210,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196210[ #135 ] : https://github.com/launchbadge/sqlx/pull/135
197211[ #108 ] : https://github.com/launchbadge/sqlx/pull/108
198212
199- [ @bmisiak ] : https://github.com/bmisiak
200- [ @oeb25 ] : https://github.com/oeb25
201- [ @PoiScript ] : https://github.com/PoiScript
202- [ @utter-step ] : https://github.com/utter-step
203-
204213## 0.2.6 - 2020-03-10
205214
206215### Added
@@ -241,8 +250,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
241250[ #100 ] : https://github.com/launchbadge/sqlx/issues/100
242251[ #104 ] : https://github.com/launchbadge/sqlx/issues/104
243252
244- [ @repnop ] : https://github.com/repnop
245-
246253### Added
247254
248255 - [[ #72 ]] Add ` PgTypeInfo::with_oid ` to allow simple construction of ` PgTypeInfo ` which enables ` HasSqlType `
@@ -257,10 +264,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257264[ #96 ] : https://github.com/launchbadge/sqlx/issues/96
258265[ #71 ] : https://github.com/launchbadge/sqlx/issues/71
259266
260- [ @jplatte ] : https://github.com/jplatte
261- [ @yaahc ] : https://github.com/yaahc
262- [ @Freax13 ] : https://github.com/Freax13
263-
264267## 0.2.4 - 2020-01-18
265268
266269### Fixed
@@ -352,3 +355,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
352355[ @danielakhterov ] : https://github.com/danielakhterov
353356[ @mehcode ] : https://github.com/mehcode
354357[ @udoprog ] : https://github.com/udoprog
358+ [ @jplatte ] : https://github.com/jplatte
359+ [ @yaahc ] : https://github.com/yaahc
360+ [ @Freax13 ] : https://github.com/Freax13
361+ [ @repnop ] : https://github.com/repnop
362+ [ @bmisiak ] : https://github.com/bmisiak
363+ [ @oeb25 ] : https://github.com/oeb25
364+ [ @PoiScript ] : https://github.com/PoiScript
365+ [ @utter-step ] : https://github.com/utter-step
366+ [ @sidred ] : https://github.com/sidred
0 commit comments