From f20d5110f409b56682a4ebd49b155569962ee71c Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Thu, 16 Jan 2025 11:33:57 +0200 Subject: [PATCH] Update utoipa-auxm version (#1294) Update utoipa-axum release version to 0.2 for it was incorrectly released as a patch. Fixes #1282 --- utoipa-axum/CHANGELOG.md | 4 ++++ utoipa-axum/Cargo.toml | 2 +- utoipa-axum/README.md | 2 +- utoipa-axum/src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/utoipa-axum/CHANGELOG.md b/utoipa-axum/CHANGELOG.md index 1bae6b15..033857d7 100644 --- a/utoipa-axum/CHANGELOG.md +++ b/utoipa-axum/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog - utoipa-axum +## 0.2.0 - Thu 16 2025 + +* Re-release of what was released in 0.1.4 (https://github.com/juhaku/utoipa/pull/1295) + ## 0.1.4 - Jan 6 2025 ### Changed diff --git a/utoipa-axum/Cargo.toml b/utoipa-axum/Cargo.toml index 39ddfee7..dd1d1162 100644 --- a/utoipa-axum/Cargo.toml +++ b/utoipa-axum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-axum" description = "Utoipa's axum bindings for seamless integration for the two" -version = "0.1.4" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-axum/README.md b/utoipa-axum/README.md index cba32be1..5d65cb3c 100644 --- a/utoipa-axum/README.md +++ b/utoipa-axum/README.md @@ -19,7 +19,7 @@ Add dependency declaration to `Cargo.toml`. ```toml [dependencies] -utoipa-axum = "0.1" +utoipa-axum = "0.2" ``` ## Examples diff --git a/utoipa-axum/src/lib.rs b/utoipa-axum/src/lib.rs index 5b9633d6..e4aff514 100644 --- a/utoipa-axum/src/lib.rs +++ b/utoipa-axum/src/lib.rs @@ -16,7 +16,7 @@ //! //! ```toml //! [dependencies] -//! utoipa-axum = "0.1" +//! utoipa-axum = "0.2" //! ``` //! //! ## Examples