Skip to content

Commit fc874b0

Browse files
committed
0.3.1
- Docs: updated readme for 0.3.x apis & examples.
1 parent af7bb2e commit fc874b0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Jeremiah Senkpiel <[email protected]>",
66
"Chris Dickinson <[email protected]>",

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2020-12-03
11+
12+
- Docs: updated readme for 0.3.x apis & examples.
13+
1014
## [0.3.0] - 2020-12-03
1115

12-
This relase adds the ability to be generic over any SQLx database (except Sqlite, which is `!Sync`).
16+
This release adds the ability to be generic over any SQLx database _(except Sqlite, which is `!Sync`)_.
1317

1418
- Changed `PostgresConnectionMiddleware` to `SQLxMiddleware<DB>`.
1519
- Changed `PostgresRequestExt` to `SQLxRequestExt`.

0 commit comments

Comments
 (0)