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 @@ - +