Skip to content

Commit

Permalink
Bump version to v0.9.0 (#566)
Browse files Browse the repository at this point in the history
* bump version to 0.9.0

* Update README to include sveltekit-ssr-zip example
  • Loading branch information
bnusunny authored Jan 10, 2025
1 parent db09f06 commit ab8abdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_web_adapter"
version = "0.8.4"
version = "0.9.0"
authors = [
"Harold Sun <[email protected]>",
"David Calavera <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ The Lambda Web Adapter also supports all non-HTTP event triggers, such as SQS, S
- [FastHTML with Response Streaming in Zip](examples/fasthtml-response-streaming-zip)
- [Remix](examples/remix/)
- [Remix in Zip](examples/remix-zip/)
- [Sveltekit SSR Zip](examples/sveltekit-ssr-zip/)

## Acknowledgement

Expand Down

0 comments on commit ab8abdd

Please sign in to comment.