From 41706946c86aac79c68bbc73e1186e4d40a0e3c2 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Thu, 16 Jan 2025 11:03:44 +0200 Subject: [PATCH] Update utoipa-auxm version 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 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/utoipa-axum/CHANGELOG.md b/utoipa-axum/CHANGELOG.md index 1bae6b15..0e82a506 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 + ## 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"