Skip to content

Commit eee163a

Browse files
authored
chore: release
1 parent e77825c commit eee163a

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

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.0.2", path = "../lambda-runtime-api-client" }
28+
lambda_runtime_api_client = { version = "1.0.3", 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
@@ -59,7 +59,7 @@ features = ["alb", "apigw"]
5959
axum-core = "0.5.4"
6060

6161
axum-extra = { version = "0.12.5", features = ["query"] }
62-
lambda_runtime_api_client = { version = "1.0.2", path = "../lambda-runtime-api-client" }
62+
lambda_runtime_api_client = { version = "1.0.3", path = "../lambda-runtime-api-client" }
6363

6464
log = "^0.4"
6565
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.0.3](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.0.2...lambda_runtime_api_client-v1.0.3) - 2026-03-13
11+
12+
### Other
13+
14+
- release ([#1118](https://github.com/aws/aws-lambda-rust-runtime/pull/1118))
15+
1016
## [1.0.2](https://github.com/aws/aws-lambda-rust-runtime/compare/v1.0.2...lambda_runtime_api_client-v1.0.2) - 2026-01-06
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.0.2"
3+
version = "1.0.3"
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.0", path = "../lambda-extension", default-features = false, optional = true }
45-
lambda_runtime_api_client = { version = "1.0.2", path = "../lambda-runtime-api-client", default-features = false }
45+
lambda_runtime_api_client = { version = "1.0.3", path = "../lambda-runtime-api-client", default-features = false }
4646
miette = { version = "7.2.0", optional = true }
4747
opentelemetry-semantic-conventions = { version = "0.31", optional = true, features = ["semconv_experimental"] }
4848
pin-project = "1"

0 commit comments

Comments
 (0)