Skip to content

Bump all packages versions to release doc updates #1002

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bnusunny
Copy link
Contributor

@bnusunny bnusunny commented Jun 3, 2025

📬 Issue #, if available:

✍️ Description of changes:

Bump all packages versions to release doc updates

aws_lambda_events: 0.16.1
lambda-extension: 0.12.1
lambda_http: 0.15.1
lambda_runtime_api_client: 0.12.2
lambda_runtime: 0.14.2

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -58,7 +58,7 @@ features = ["alb", "apigw"]
[dev-dependencies]
axum-core = "0.4.3"
axum-extra = { version = "0.9.2", features = ["query"] }
lambda_runtime_api_client = { version = "0.12.0", path = "../lambda-runtime-api-client" }
lambda_runtime_api_client = { version = "0.12.1", path = "../lambda-runtime-api-client" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: This should be 0.12.2 right? Shouldn't matter much though, might be simpler to just * it since it is a path dependency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants