Skip to content

Commit ab8abdd

Browse files
authored
Bump version to v0.9.0 (#566)
* bump version to 0.9.0 * Update README to include sveltekit-ssr-zip example
1 parent db09f06 commit ab8abdd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_web_adapter"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
authors = [
55
"Harold Sun <[email protected]>",
66
"David Calavera <[email protected]>",

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The Lambda Web Adapter also supports all non-HTTP event triggers, such as SQS, S
211211
- [FastHTML with Response Streaming in Zip](examples/fasthtml-response-streaming-zip)
212212
- [Remix](examples/remix/)
213213
- [Remix in Zip](examples/remix-zip/)
214+
- [Sveltekit SSR Zip](examples/sveltekit-ssr-zip/)
214215

215216
## Acknowledgement
216217

0 commit comments

Comments
 (0)