## v0.5.0
- embed [Astro] projects as static assets
## v0.4.0
- add custom index file support
- add custom error page support
- disable cache in error pages
## v0.3.0
- replace [`rust-embed`] with custom asset embedding solution
- enable support to streaming in response body
- replace [`sha2`] with [`rapidhash`]
- serve assets directly from filesystem in debug mode
## v0.2.0
- removed [`headers`] dependency
[Astro]: https://astro.build/
[`headers`]: https://crates.io/crates/headers
[`rapidhash`]: https://crates.io/crates/rapidhash
[`rust-embed`]: https://crates.io/crates/rust-embed
[`sha2`]: https://crates.io/crates/sha2