Skip to content

Release 0.6.1 #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "lambda-extension"
version = "0.6.0"
edition = "2021"
authors = ["David Calavera <[email protected]>"]
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Extension API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
Expand Down
7 changes: 5 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "lambda_http"
version = "0.6.0"
authors = ["Doug Tangren"]
version = "0.6.1"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
edition = "2021"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
Expand Down
5 changes: 4 additions & 1 deletion lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "lambda_runtime_api_client"
version = "0.6.0"
edition = "2021"
authors = ["David Calavera <[email protected]>"]
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Runtime interaction API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
Expand Down
7 changes: 5 additions & 2 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "lambda_runtime"
version = "0.6.0"
authors = ["David Barsky <[email protected]>"]
version = "0.6.1"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Runtime"
edition = "2021"
license = "Apache-2.0"
Expand Down