Skip to content

Commit

Permalink
Release version 0.3.0-rc2 and macro crate version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed Jul 18, 2024
1 parent 8f3fa43 commit 0ca36ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion okapi-operation-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in the changelog of the r
This project follows the [Semantic Versioning standard](https://semver.org/).


## [Unreleased] - XXXX-XX-XX
## [0.1.4] - 2024-07-18
### Changed
- `#[request_body]` attribute can be used without braces.

Expand Down
2 changes: 1 addition & 1 deletion okapi-operation-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "okapi-operation-macro"
description = "Macro implementation for okapi-operation"
version = "0.1.3"
version = "0.1.4"
authors = ["Andrey Kononov [email protected]"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion okapi-operation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in the changelog of the r
This project follows the [Semantic Versioning standard](https://semver.org/).


## [Unreleased] - XXXX-XX-XX
## [0.3.0-rc2] - 2024-07-18
### Add
- shorter version of `openapi_handler!` macro - `oh!`.

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.3.0-rc1"
version = "0.3.0-rc2"
authors = ["Andrey Kononov [email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 0ca36ab

Please sign in to comment.