diff --git a/Cargo.toml b/Cargo.toml index 48db655337..f2ad6ca98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,10 +20,10 @@ repository = "https://github.com/poem-web/poem" rust-version = "1.64" [workspace.dependencies] -poem = { path = "poem", version = "1.3.58", default-features = false } -poem-derive = { path = "poem-derive", version = "1.3.58" } -poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.4" } -poem-grpc-build = { path = "poem-grpc-build", version = "0.2.22" } +poem = { path = "poem", version = "1.3.59", default-features = false } +poem-derive = { path = "poem-derive", version = "1.3.59" } +poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.6" } +poem-grpc-build = { path = "poem-grpc-build", version = "0.2.23" } proc-macro-crate = "2.0.0" proc-macro2 = "1.0.29" diff --git a/poem-derive/Cargo.toml b/poem-derive/Cargo.toml index bdb49ccc2f..23b449fe3f 100644 --- a/poem-derive/Cargo.toml +++ b/poem-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-derive" -version = "1.3.58" +version = "1.3.59" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc-build/Cargo.toml b/poem-grpc-build/Cargo.toml index 6545963b5d..b335ec65ee 100644 --- a/poem-grpc-build/Cargo.toml +++ b/poem-grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc-build" -version = "0.2.22" +version = "0.2.23" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index 639f520b02..301696d69e 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc" -version = "0.2.24" +version = "0.2.25" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-lambda/Cargo.toml b/poem-lambda/Cargo.toml index c83ae633ac..0365058f77 100644 --- a/poem-lambda/Cargo.toml +++ b/poem-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-lambda" -version = "1.3.58" +version = "1.3.59" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi-derive/Cargo.toml b/poem-openapi-derive/Cargo.toml index 7641bad9d7..5d6c09cf49 100644 --- a/poem-openapi-derive/Cargo.toml +++ b/poem-openapi-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi-derive" -version = "3.0.5" +version = "3.0.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi/CHANGELOG.md b/poem-openapi/CHANGELOG.md index 1c1bfdc00e..eecd275ce6 100644 --- a/poem-openapi/CHANGELOG.md +++ b/poem-openapi/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [3.0.6] 2023-09-07 +# [3.0.6] 2023-11-19 - add [`prost-wkt-types` crate](https://crates.io/crates/prost-wkt-types) support [#689](https://github.com/poem-web/poem/pull/689) - add [`geo-types` crate](https://crates.io/crates/geo-types) support [#693](https://github.com/poem-web/poem/pull/693) diff --git a/poem-openapi/Cargo.toml b/poem-openapi/Cargo.toml index 66f3d6ef31..7e85c64bb2 100644 --- a/poem-openapi/Cargo.toml +++ b/poem-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi" -version = "3.0.5" +version = "3.0.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem/CHANGELOG.md b/poem/CHANGELOG.md index e88c49ab36..862b3a2612 100644 --- a/poem/CHANGELOG.md +++ b/poem/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [1.3.59] 2023-11-18 +# [1.3.59] 2023-11-19 - added permissions and owner to UnixListener [#668](https://github.com/poem-web/poem/pull/668) - In the examples, listen on `0.0.0.0`` instead of `127.0.0.1``[#672](https://github.com/poem-web/poem/pull/672) diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 4277d84313..3a29e6d983 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem" -version = "1.3.58" +version = "1.3.59" authors.workspace = true edition.workspace = true license.workspace = true