From f032a5744ef603f50f1de6833657139c9c37c54b Mon Sep 17 00:00:00 2001 From: Maccesch Date: Thu, 14 Nov 2024 00:54:05 -0500 Subject: [PATCH] release 0.14.0-rc3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee0db92..fc6c42d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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). +## [0.14.0-rc3] - 2024-11-14 + +- Fixed potential SSR panic in use_locale(s) (thanks to @veigaribo) +- Make `use_locale` prioritize user preferred locales over app preferred ones + ## [0.14.0-rc2] - 2024-11-10 - Updated to Leptos 0.7.0-rc1 diff --git a/Cargo.toml b/Cargo.toml index 2cafb22c..8c35e951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.14.0-rc2" +version = "0.14.0-rc3" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming", "wasm"]