Skip to content

Commit

Permalink
Release version 0.13 (#912)
Browse files Browse the repository at this point in the history
- Release the error handling improvements introduced after 0.12.
  • Loading branch information
calavera authored Jul 25, 2024
1 parent 2708342 commit 150c5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "0.12.0"
version = "0.13.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -38,7 +38,7 @@ http = { workspace = true }
http-body = { workspace = true }
http-body-util = { workspace = true }
hyper = { workspace = true }
lambda_runtime = { version = "0.12.0", path = "../lambda-runtime" }
lambda_runtime = { version = "0.13.0", path = "../lambda-runtime" }
mime = "0.3"
percent-encoding = "2.2"
pin-project-lite = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime"
version = "0.12.0"
version = "0.13.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down

0 comments on commit 150c5f0

Please sign in to comment.