Release 1.3.55

poem@1.3.55
poem-dbsession@0.3.55
poem-derive@1.3.55
poem-grpc@0.2.19
poem-grpc-build@0.2.19
poem-lambda@1.3.55
poem-openapi@2.0.26
poem-openapi-derive@2.0.26

Generated by cargo-workspaces
This commit is contained in:
Sunli
2023-02-18 11:57:04 +08:00
parent 971116d1a7
commit b6c5201328
10 changed files with 15 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ repository = "https://github.com/poem-web/poem"
rust-version = "1.64"
[workspace.dependencies]
poem = { path = "poem", version = "1.3.54", default-features = false }
poem-derive = { path = "poem-derive", version = "1.3.54" }
poem = { path = "poem", version = "1.3.55", default-features = false }
poem-derive = { path = "poem-derive", version = "1.3.55" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "2.0.25" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.2.18" }
@@ -37,6 +37,8 @@ bytes = "1.1.0"
futures-util = "0.3.17"
tokio-stream = "0.1.8"
serde_yaml = "0.9"
quick-xml = { version = "=0.26.0", features = ["serialize"] } # https://github.com/tafia/quick-xml/issues/540
quick-xml = { version = "=0.26.0", features = [
"serialize",
] } # https://github.com/tafia/quick-xml/issues/540
base64 = "0.21.0"
serde_urlencoded = "0.7.1"
serde_urlencoded = "0.7.1"

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-dbsession"
version = "0.3.54"
version = "0.3.55"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-derive"
version = "1.3.54"
version = "1.3.55"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-grpc-build"
version = "0.2.18"
version = "0.2.19"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-grpc"
version = "0.2.18"
version = "0.2.19"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-lambda"
version = "1.3.54"
version = "1.3.55"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-openapi-derive"
version = "2.0.25"
version = "2.0.26"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "2.0.25"
version = "2.0.26"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -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.54] 2023-02-18
# [1.3.55] 2023-02-18
- fix: export real error `RedisSessionError` for `redis-session` [#501](fix: export real error `RedisSessionError` for `redis-session`)
- Add From<HashMap> implementation for I18NArgs [#507](https://github.com/poem-web/poem/pull/507)

View File

@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "1.3.54"
version = "1.3.55"
authors.workspace = true
edition.workspace = true
license.workspace = true