Skip to content

Commit 543f9b6

Browse files
committed
0.2.5
- Deps: `default-features = false` for Tide.
1 parent cc7035f commit 543f9b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tide-sqlx"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = [
55
"Jeremiah Senkpiel <[email protected]>",
66
"Chris Dickinson <[email protected]>",

Changelog.md

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

88
## [Unreleased]
99

10+
## [0.2.5] - 2020-11-19
11+
12+
- Deps: `default-features = false` for Tide.
13+
1014
## [0.2.4] - 2020-11-18
1115

1216
- Fix: properly expose `postgress_conn()` from `PostgresRequestExt`.

0 commit comments

Comments
 (0)