Skip to content

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?

@bnusunny bnusunny merged commit 2b3bcb7 into main Jun 8, 2025
23 checks passed
@bnusunny bnusunny deleted the bump-versions-for-docs branch June 8, 2025 06:05
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