File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog - utoipa-axum
2
2
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
+
3
7
## 0.1.4 - Jan 6 2025
4
8
5
9
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " utoipa-axum"
3
3
description = " Utoipa's axum bindings for seamless integration for the two"
4
- version = " 0.1.4 "
4
+ version = " 0.2.0 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add dependency declaration to `Cargo.toml`.
19
19
20
20
``` toml
21
21
[dependencies ]
22
- utoipa-axum = " 0.1 "
22
+ utoipa-axum = " 0.2 "
23
23
```
24
24
25
25
## Examples
Original file line number Diff line number Diff line change 16
16
//!
17
17
//! ```toml
18
18
//! [dependencies]
19
- //! utoipa-axum = "0.1 "
19
+ //! utoipa-axum = "0.2 "
20
20
//! ```
21
21
//!
22
22
//! ## Examples
You can’t perform that action at this time.
0 commit comments