Skip to content

Commit f20d511

Browse files
authored
Update utoipa-auxm version (#1294)
Update utoipa-axum release version to 0.2 for it was incorrectly released as a patch. Fixes #1282
1 parent 6faef38 commit f20d511

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

utoipa-axum/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog - utoipa-axum
22

3+
## 0.2.0 - Thu 16 2025
4+
5+
* Re-release of what was released in 0.1.4 (https://github.com/juhaku/utoipa/pull/1295)
6+
37
## 0.1.4 - Jan 6 2025
48

59
### Changed

utoipa-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-axum"
33
description = "Utoipa's axum bindings for seamless integration for the two"
4-
version = "0.1.4"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa-axum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add dependency declaration to `Cargo.toml`.
1919

2020
```toml
2121
[dependencies]
22-
utoipa-axum = "0.1"
22+
utoipa-axum = "0.2"
2323
```
2424

2525
## Examples

utoipa-axum/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! ```toml
1818
//! [dependencies]
19-
//! utoipa-axum = "0.1"
19+
//! utoipa-axum = "0.2"
2020
//! ```
2121
//!
2222
//! ## Examples

0 commit comments

Comments
 (0)