Skip to content

Commit

Permalink
New runtime, http, and events release. (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored Nov 8, 2023
1 parent 2a82ba7 commit 39f770b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lambda-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws_lambda_events"
version = "0.11.1"
version = "0.12.0"
description = "AWS Lambda event definitions"
authors = [
"Christian Legnitto <[email protected]>",
Expand Down
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.8.1"
version = "0.8.2"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@ percent-encoding = "2.2"

[dependencies.aws_lambda_events]
path = "../lambda-events"
version = "0.11.0"
version = "0.12.0"
default-features = false
features = ["alb", "apigw"]

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.8.2"
version = "0.8.3"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down

0 comments on commit 39f770b

Please sign in to comment.