Skip to content

Commit c8e0e7a

Browse files
committed
0.6.0
This release adds integration with the `tracing` crate ecosystem. - Added `tracing` feature.
1 parent 4f01265 commit c8e0e7a

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

Changelog.md

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

88
## [Unreleased]
99

10+
## [0.6.0] - 2021-03-22
11+
12+
This release adds integration with the `tracing` crate ecosystem.
13+
14+
- Added `tracing` feature.
15+
1016
## [0.5.0] - 2021-02-23
1117

1218
- Deps: updated to sqlx 0.5

0 commit comments

Comments
 (0)