mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Release axum, axum-core, and axum-debug (#591)
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.3.1 (06. December 2021)
|
||||
|
||||
- Fix `Result<impl IntoResponse, Error>` generating invalid code ([#588])
|
||||
|
||||
[#588]: https://github.com/tokio-rs/axum/pull/588
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "MIT"
|
||||
name = "axum-debug"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Reference in New Issue
Block a user