Skip to content

Commit

Permalink
Update changelog + version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed May 9, 2023
1 parent af38620 commit 1f4398d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions okapi-operation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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/).


## [0.2.1] - 2023-05-09
### Added
- Serving spec in different formats in `axum` integration using `Accept` header (JSON supported by default, YAML behind `yaml` feature).


## [0.2.0] - 2023-04-29
### Notable changes
- `axum` integration updated to be used with axum 0.6. Also this makes library unusable with older versions of `axum`.
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.0"
version = "0.2.1"
authors = ["Andrey Kononov [email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 1f4398d

Please sign in to comment.