Skip to content

Commit

Permalink
Release 1.3.59
Browse files Browse the repository at this point in the history
poem@1.3.59
poem-derive@1.3.59
poem-grpc@0.2.25
poem-grpc-build@0.2.23
poem-lambda@1.3.59
poem-openapi@3.0.6
poem-openapi-derive@3.0.6

Generated by cargo-workspaces
  • Loading branch information
sunli829 committed Nov 19, 2023
1 parent 0a1cb8c commit 7c9cff6
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion poem-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion poem-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
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 = "3.0.5"
version = "3.0.6"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 = "3.0.5"
version = "3.0.6"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion poem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "1.3.58"
version = "1.3.59"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 7c9cff6

Please sign in to comment.