mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release all the crates (#1812)
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.7.0 (03. March, 2023)
|
||||
|
||||
- **breaking:** Remove the `spa` feature which should have been removed in 0.6.0 ([#1802])
|
||||
- **added:** Add `Multipart`. This is similar to `axum::extract::Multipart`
|
||||
except that it enforces field exclusivity at runtime instead of compile time,
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@@ -48,7 +48,7 @@ tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
axum-macros = { path = "../axum-macros", version = "0.3.4", optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.3.5", optional = true }
|
||||
cookie = { package = "cookie", version = "0.17", features = ["percent-encode"], optional = true }
|
||||
form_urlencoded = { version = "1.1.0", optional = true }
|
||||
multer = { version = "2.0.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user