mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Release axum, axum-core, and axum-extra (#582)
This commit is contained in:
@@ -8,3 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.1.0 (02. December, 2021)
|
||||
|
||||
- Initial release.
|
||||
|
||||
@@ -20,5 +20,5 @@ mime = "0.3.16"
|
||||
|
||||
[dev-dependencies]
|
||||
futures-util = "0.3"
|
||||
axum = { path = "../axum", version = "0.3" }
|
||||
axum = { path = "../axum", version = "0.4" }
|
||||
hyper = "0.14"
|
||||
|
||||
@@ -19,6 +19,6 @@ quote = "1.0"
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum = { path = "../axum", version = "0.3" }
|
||||
axum = { path = "../axum", version = "0.4" }
|
||||
trybuild = "1.0"
|
||||
rustversion = "1.0"
|
||||
|
||||
@@ -8,3 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.1.0 (02. December, 2021)
|
||||
|
||||
- Initial release.
|
||||
|
||||
@@ -14,7 +14,7 @@ version = "0.1.0"
|
||||
erased-json = ["serde", "serde_json"]
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../axum", version = "0.3" }
|
||||
axum = { path = "../axum", version = "0.4" }
|
||||
http = "0.2"
|
||||
mime = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.4.0 (02. December, 2021)
|
||||
|
||||
- **breaking:** New `MethodRouter` that works similarly to `Router`:
|
||||
- Route to handlers and services with the same type
|
||||
- Add middleware to some routes more easily with `MethodRouter::layer` and
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "axum"
|
||||
version = "0.3.3"
|
||||
version = "0.4.0"
|
||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
edition = "2018"
|
||||
|
||||
Reference in New Issue
Block a user