Skip to content

Commit

Permalink
axum-extra: Version 0.3.5 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Jun 27, 2022
1 parent b10c9d3 commit 905bbfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions axum-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].

# Unreleased

- None.

# 0.3.5 (27. June, 2022)

- **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093])
- **change:** axum's MSRV is now 1.56 ([#1098])

Expand Down
2 changes: 1 addition & 1 deletion axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.4"
version = "0.3.5"

[features]
default = []
Expand Down

0 comments on commit 905bbfb

Please sign in to comment.