Skip to content

Commit 2a19ab7

Browse files
committed
Prepare v0.1.4
1 parent fe98b0b commit 2a19ab7

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.1.4 - 2020-01-11
11+
1012
### Fixed
1113

1214
- https://github.com/launchbadge/sqlx/issues/43

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "sqlx"
11-
version = "0.1.3"
11+
version = "0.1.4"
1212
license = "MIT OR Apache-2.0"
1313
readme = "README.md"
1414
repository = "https://github.com/launchbadge/sqlx"
@@ -40,7 +40,7 @@ chrono = [ "sqlx-core/chrono", "sqlx-macros/chrono" ]
4040
uuid = [ "sqlx-core/uuid", "sqlx-macros/uuid" ]
4141

4242
[dependencies]
43-
sqlx-core = { version = "=0.1.3", path = "sqlx-core" }
43+
sqlx-core = { version = "=0.1.4", path = "sqlx-core" }
4444
sqlx-macros = { version = "0.1.1", path = "sqlx-macros", optional = true }
4545
proc-macro-hack = { version = "0.5.11", optional = true }
4646
hex = "0.4.0"

0 commit comments

Comments
 (0)