Skip to content

Commit

Permalink
poem-openapi: 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Sep 13, 2024
1 parent 4af3314 commit f81424d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rust-version = "1.75"
[workspace.dependencies]
poem = { path = "poem", version = "3.1.0", default-features = false }
poem-derive = { path = "poem-derive", version = "3.1.0" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "5.1.0" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "5.1.1" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.5.0" }

proc-macro-crate = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi-derive"
version = "5.1.0"
version = "5.1.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions poem-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- implements `Serialize` and `Deserialize` for `poem_openapi::types::Any<T>`.

# [5.1.1] 2024-09-13

- fix [#883](https://github.com/poem-web/poem/issues/883)

# [5.1.0] 2024-09-08

- fix read_only_with_default test when only default features are enabled [#854](https://github.com/poem-web/poem/pulls)
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "5.1.0"
version = "5.1.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit f81424d

Please sign in to comment.