Skip to content

Commit

Permalink
Release v0.8.0 (#636)
Browse files Browse the repository at this point in the history
* Release lambda-runtime-api-client v0.8.0

* Release lambda-runtime v0.8.0

* Release lambda-http v0.8.0

* Release lambda-extension v0.8.1
  • Loading branch information
bnusunny authored Apr 11, 2023
1 parent 4c4a2b0 commit 393d644
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda-extension"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = [
"David Calavera <[email protected]>",
Expand All @@ -19,7 +19,7 @@ bytes = "1.0"
chrono = { version = "0.4", features = ["serde"] }
http = "0.2"
hyper = { version = "0.14.20", features = ["http1", "client", "server", "stream", "runtime"] }
lambda_runtime_api_client = { version = "0.7", path = "../lambda-runtime-api-client" }
lambda_runtime_api_client = { version = "0.8", path = "../lambda-runtime-api-client" }
serde = { version = "1", features = ["derive"] }
serde_json = "^1"
tracing = { version = "0.1", features = ["log"] }
Expand Down
4 changes: 2 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "0.7.3"
version = "0.8.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ futures = "0.3"
http = "0.2"
http-body = "0.4"
hyper = "0.14"
lambda_runtime = { path = "../lambda-runtime", version = "0.7" }
lambda_runtime = { path = "../lambda-runtime", version = "0.8" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime_api_client"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = [
"David Calavera <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime"
version = "0.7.3"
version = "0.8.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -40,4 +40,4 @@ async-stream = "0.3"
tracing = { version = "0.1.37", features = ["log"] }
tower = { version = "0.4", features = ["util"] }
tokio-stream = "0.1.2"
lambda_runtime_api_client = { version = "0.7", path = "../lambda-runtime-api-client" }
lambda_runtime_api_client = { version = "0.8", path = "../lambda-runtime-api-client" }

0 comments on commit 393d644

Please sign in to comment.