From 5eb4d35bf655bb444d7d6e1bd0c9bb26b2ff52b1 Mon Sep 17 00:00:00 2001
From: Maccesch
Date: Sat, 15 Jul 2023 01:00:15 +0100
Subject: [PATCH] release 0.5.0
---
CHANGELOG.md | 6 +++++-
Cargo.toml | 2 +-
README.md | 4 ++--
docs/book/src/introduction.md | 2 +-
4 files changed, 9 insertions(+), 5 deletions(-)
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 @@
-
+
@@ -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 @@
-
+
\ No newline at end of file