Skip to content

Commit

Permalink
Release events 0.16.0 and http 0.14.0 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnusunny authored Nov 18, 2024
1 parent 19c190d commit 3d31b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.15.1"
version = "0.16.0"
description = "AWS Lambda event definitions"
authors = [
"Christian Legnitto <christian@legnitto.com>",
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.13.0"
version = "0.14.0"
authors = [
"David Calavera <dcalaver@amazon.com>",
"Harold Sun <sunhua@amazon.com>",
Expand Down Expand Up @@ -50,7 +50,7 @@ url = "2.2"

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

Expand Down

0 comments on commit 3d31b91

Please sign in to comment.