Update CHANGELOG

This commit is contained in:
Ryan Leckey 2020-01-06 10:55:14 -08:00
parent 92f3f8cf6f
commit 31260c40df
2 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
- https://github.com/launchbadge/sqlx/issues/30
## 0.1.2 - 2020-01-03
### Added

6
Cargo.lock generated
View file

@ -1091,13 +1091,13 @@ dependencies = [
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
"sqlx-core 0.1.1",
"sqlx-core 0.1.2",
"sqlx-macros 0.1.1",
]
[[package]]
name = "sqlx-core"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"async-stream 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1147,7 +1147,7 @@ dependencies = [
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sqlx-core 0.1.1",
"sqlx-core 0.1.2",
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]