Skip to content

Commit

Permalink
Release okapi-operation 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed Dec 3, 2023
1 parent 6cffa9e commit e9c2565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion okapi-operation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in the changelog of the respective crates.
This project follows the [Semantic Versioning standard](https://semver.org/).

## [Unreleased]
## [0.2.2] - 2023-12-03
### Fixed
- The `Accept` header parsing in the `axum` integration handler is more relaxed to allow content types such as `+json`, `+yaml`, `text/yaml`, etc.
- Align the behavior of `Router::route` in the `axum` integration to merge routes with same path, rather than overwriting them.
Expand Down
2 changes: 1 addition & 1 deletion okapi-operation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "okapi-operation"
description = "Procedural macro for generating OpenAPI operation specification (using okapi)"
version = "0.2.1"
version = "0.2.2"
authors = ["Andrey Kononov [email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e9c2565

Please sign in to comment.