From c166cb55f5d573cecf119fe50f8f2e7e44c57cf9 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 24 Jul 2024 20:01:03 -0700 Subject: [PATCH] Release version 0.13 - Release the error handling improvements introduced after 0.12. --- lambda-http/Cargo.toml | 4 ++-- lambda-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index fc822b95..08b70d4e 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_http" -version = "0.12.0" +version = "0.13.0" authors = [ "David Calavera ", "Harold Sun ", @@ -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 } diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 371b32f7..0f63cd47 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_runtime" -version = "0.12.0" +version = "0.13.0" authors = [ "David Calavera ", "Harold Sun ",