Skip to content

Commit 1cbfb5b

Browse files
committed
publish 1.1.1 crates
1 parent deb1323 commit 1cbfb5b

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ Big thanks to [ekadas](https://github.com/ekadas) for [fixing a ton of issues](h
9090

9191
- `now dev` is now 100% functional :tada:
9292

93+
## 1.1.1
94+
95+
- Fix bundled_api glob [#145](https://github.com/vercel-community/rust/pull/145)
96+
97+
## 1.1.0
98+
99+
- Hide requestExt [#120](https://github.com/vercel-community/rust/pull/120)
100+
93101
## 1.0.1
94102

95103
- Support for version 3 of Runtimes [#14](https://github.com/mike-engel/vercel-rust/pull/14)

crates/vercel_runtime/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
authors = ["Vercel <support@vercel.com>"]
66
description = "Vercel Rust Function Runtime"
@@ -30,7 +30,7 @@ tower-service = "0.3.2"
3030
base64 = "0.21.4"
3131
bytes = "1.5.0"
3232
async-trait = "0.1.73"
33-
vercel_runtime_router = "1.1.0"
34-
vercel_runtime_macro = "1.1.0"
33+
vercel_runtime_router = "1.1.1"
34+
vercel_runtime_macro = "1.1.1"
3535
# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }
3636
# vercel_runtime_macro = { version = "1.1.0", path = "../vercel_runtime_macro" }

crates/vercel_runtime_macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime_macro"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
authors = ["Vercel <support@vercel.com>"]
66
description = "Vercel Rust Function Runtime Macro"
@@ -17,5 +17,5 @@ proc-macro = true
1717
glob = "0.3.1"
1818
quote = "1.0"
1919
syn = { version = "1.0", features = ["full"] }
20-
vercel_runtime_router = "1.1.0"
20+
vercel_runtime_router = "1.1.1"
2121
# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }

crates/vercel_runtime_router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime_router"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
authors = ["Vercel <support@vercel.com>"]
66
description = "Vercel Rust Function Runtime Router"

0 commit comments

Comments
 (0)