From 9a09e7a2f7d18d6e1ff610f77edc5d06586f1d33 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Tue, 29 Oct 2024 09:58:11 +0200 Subject: [PATCH] Update release versions Update utoipa-axum release versions --- utoipa-axum/CHANGELOG.md | 4 +++- utoipa-axum/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/utoipa-axum/CHANGELOG.md b/utoipa-axum/CHANGELOG.md index 609c096b..f9f07097 100644 --- a/utoipa-axum/CHANGELOG.md +++ b/utoipa-axum/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog - utoipa-axum -## Unreleased +## 0.1.2 - Oct 29 2024 + +### Changed * Merge paths if they already are added to the paths map in utoipa-axum (https://github.com/juhaku/utoipa/pull/1171) diff --git a/utoipa-axum/Cargo.toml b/utoipa-axum/Cargo.toml index bc26d226..d055dd71 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.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"