Skip to content

Commit f8cc32d

Browse files
authored
Release runtime 0.12 and extension 0.11 (#900)
1 parent 3a049fe commit f8cc32d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lambda-extension/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda-extension"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = [
66
"David Calavera <dcalaver@amazon.com>",

lambda-http/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.11.4"
3+
version = "0.12.0"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",
@@ -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.3", path = "../lambda-runtime" }
37+
lambda_runtime = { version = "0.12.0", path = "../lambda-runtime" }
3838
mime = "0.3"
3939
percent-encoding = "2.2"
4040
pin-project-lite = { workspace = true }

lambda-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.11.3"
3+
version = "0.12.0"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",

0 commit comments

Comments
 (0)