Skip to content

Commit f9aeac7

Browse files
authored
Release patch versions. (#870)
Signed-off-by: David Calavera <[email protected]>
1 parent cfdf6f5 commit f9aeac7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lambda-events/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws_lambda_events"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
description = "AWS Lambda event definitions"
55
authors = [
66
"Christian Legnitto <[email protected]>",

lambda-http/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -34,7 +34,7 @@ http = { workspace = true }
3434
http-body = { workspace = true }
3535
http-body-util = { workspace = true }
3636
hyper = { workspace = true }
37-
lambda_runtime = { version = "0.11.1", path = "../lambda-runtime" }
37+
lambda_runtime = { version = "0.11.2", path = "../lambda-runtime" }
3838
mime = "0.3"
3939
percent-encoding = "2.2"
4040
pin-project-lite = { workspace = true }
@@ -53,7 +53,7 @@ features = ["alb", "apigw"]
5353
[dev-dependencies]
5454
axum-core = "0.4.3"
5555
axum-extra = { version = "0.9.2", features = ["query"] }
56-
lambda_runtime_api_client = { version = "0.11", path = "../lambda-runtime-api-client" }
56+
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client" }
5757
log = "^0.4"
5858
maplit = "1.0"
5959
tokio = { version = "1.0", features = ["macros"] }

lambda-runtime-api-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_api_client"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
authors = [
66
"David Calavera <[email protected]>",

lambda-runtime/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -36,7 +36,7 @@ hyper-util = { workspace = true, features = [
3636
"http1",
3737
"tokio",
3838
] }
39-
lambda_runtime_api_client = { version = "0.11", path = "../lambda-runtime-api-client", default-features = false }
39+
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client", default-features = false }
4040
pin-project = "1"
4141
serde = { version = "1", features = ["derive", "rc"] }
4242
serde_json = "^1"

0 commit comments

Comments
 (0)