Skip to content

Commit

Permalink
Update utoipa-auxm version
Browse files Browse the repository at this point in the history
Update utoipa-axum release version to 0.2 for it was incorrectly
released as a patch.

Fixes #1282
  • Loading branch information
juhaku committed Jan 16, 2025
1 parent 6faef38 commit e5d1ccd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions utoipa-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utoipa-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-axum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add dependency declaration to `Cargo.toml`.

```toml
[dependencies]
utoipa-axum = "0.1"
utoipa-axum = "0.2"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion utoipa-axum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! ```toml
//! [dependencies]
//! utoipa-axum = "0.1"
//! utoipa-axum = "0.2"
//! ```
//!
//! ## Examples
Expand Down

0 comments on commit e5d1ccd

Please sign in to comment.