Skip to content

Commit 150c5f0

Browse files
authored
Release version 0.13 (#912)
- Release the error handling improvements introduced after 0.12.
1 parent 2708342 commit 150c5f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.12.0"
3+
version = "0.13.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -38,7 +38,7 @@ http = { workspace = true }
3838
http-body = { workspace = true }
3939
http-body-util = { workspace = true }
4040
hyper = { workspace = true }
41-
lambda_runtime = { version = "0.12.0", path = "../lambda-runtime" }
41+
lambda_runtime = { version = "0.13.0", path = "../lambda-runtime" }
4242
mime = "0.3"
4343
percent-encoding = "2.2"
4444
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.12.0"
3+
version = "0.13.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",

0 commit comments

Comments
 (0)