From f0d60e5d49c89087ece080197f5f90a5db646a98 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 30 Jul 2024 12:49:24 +0100 Subject: [PATCH] release 0.11.2 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a9f73..43a5e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ 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.11.1] - 2024-07-28 +## [0.11.2] - 2024-07-30 + +### Change 🔥 + +- `use_locale` has now a supported locale list. + +## (yanked) [0.11.1] - 2024-07-28 ### New Functions 🚀 diff --git a/Cargo.toml b/Cargo.toml index 7ac4ef7..1201482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.11.1" +version = "0.11.2" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]