axum-extra: Version 0.3.6 (#1139)

This commit is contained in:
David Pedersen
2022-07-02 11:38:18 +02:00
committed by GitHub
parent c6db0973d4
commit 305331e618
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
- None.
# 0.3.6 (02. July, 2022)
- **fixed:** Fix feature labels missing in generated docs ([#1137])
[#1137]: https://github.com/tokio-rs/axum/pull/1137
# 0.3.5 (27. June, 2022)
- **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093])
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.5"
version = "0.3.6"
[features]
default = []