diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcda85..8c2c503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,16 @@ 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.15.2] - 2025-01-03 ### Fixes 🍕 - Fixed path of `use_color_mode` cookie - `ElementMaybeSignal` and `ElementsMaybeSignal` are now properly `Clone` and `Copy` +### Special thanks to our sponsor +- @spencewenski + ## [0.15.1] - 2024-12-31 ### Fixes 🍕 diff --git a/Cargo.toml b/Cargo.toml index e5e2444..24646c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.15.1" +version = "0.15.2" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming", "wasm"]