diff --git a/Cargo.lock b/Cargo.lock index 4024335d..0996f88c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.12.0" +version = "0.12.1" dependencies = [ "axum", "axum-core", diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 676fe217..a06df8b4 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +# 0.12.1 + +This release contains no changes in code, only a small `Cargo.toml` fix for +`docs.rs`. + # 0.12.0 - **breaking:** Remove unused `async-stream` feature, which was accidentally