diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab622d..e95c47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - +## [0.5.0] - 2023-07-15 ### New Functions 🚀 @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `use_websocket` (thanks @sectore) - `use_intl_number_format` +### Changes 🔥 + +- Crate is ready for Server-Side Rendering. Enable feature `ssr` like you do for `leptos`. + ## [0.4.1] - 2023-07-07 ### New Functions 🚀 diff --git a/Cargo.toml b/Cargo.toml index c977c43..ffc91a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"] diff --git a/README.md b/README.md index fb3bcbc..af45f4b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Crates.io SSR Docs & Demos - 41 Functions + 44 Functions


@@ -90,4 +90,4 @@ To scaffold a new function quickly you can run `template/createfn.sh`. It requir | Crate version | Compatible Leptos version | |---------------|---------------------------| | <= 0.3 | 0.3 | -| 0.4 | 0.4 | +| 0.4, 0.5 | 0.4 | diff --git a/docs/book/src/introduction.md b/docs/book/src/introduction.md index 14123ba..e2a3339 100644 --- a/docs/book/src/introduction.md +++ b/docs/book/src/introduction.md @@ -12,6 +12,6 @@ Crates.io SSR Docs & Demos - 41 Functions + 44 Functions

\ No newline at end of file