Skip to content

Commit 2c69042

Browse files
authored
chore: release
1 parent 34e669c commit 2c69042

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

lambda-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ http = { workspace = true }
2525
http-body-util = { workspace = true }
2626
hyper = { workspace = true, features = ["http1", "client", "server"] }
2727
hyper-util = { workspace = true }
28-
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client" }
28+
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client" }
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "^1"
3131
tokio = { version = "1.0", features = [

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ features = ["alb", "apigw", "vpc_lattice"]
6161
axum-core = "0.5.4"
6262

6363
axum-extra = { version = "0.12.5", features = ["query"] }
64-
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client" }
64+
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client" }
6565

6666
log = "^0.4"
6767
maplit = "1.0"

lambda-runtime-api-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.1.0...lambda_runtime_api_client-v1.1.1) - 2026-07-09
11+
12+
### Other
13+
14+
- release ([#1151](https://github.com/aws/aws-lambda-rust-runtime/pull/1151))
15+
1016
## [1.1.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.0.3...lambda_runtime_api_client-v1.1.0) - 2026-07-09
1117

1218
### Added

lambda-runtime-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_api_client"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
rust-version = "1.84.0"
66
authors = [

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ http-body-util = { workspace = true }
4242
http-serde = { workspace = true }
4343
hyper = { workspace = true, features = ["http1", "client"] }
4444
lambda-extension = { version = "1.1", path = "../lambda-extension", default-features = false, optional = true }
45-
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client", default-features = false }
45+
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client", default-features = false }
4646
miette = { version = "7.2.0", optional = true }
4747
opentelemetry-semantic-conventions = { version = "0.32", optional = true, features = ["semconv_experimental"] }
4848
pin-project = "1"

0 commit comments

Comments
 (0)