Skip to content

Commit 26dce95

Browse files
committed
increase version
1 parent 3c3cf8d commit 26dce95

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [0.15.2] - 2025-01-03
77

88
### Fixes 🍕
99

1010
- Fixed path of `use_color_mode` cookie
1111
- `ElementMaybeSignal` and `ElementsMaybeSignal` are now properly `Clone` and `Copy`
1212

13+
### Special thanks to our sponsor
14+
- @spencewenski
15+
1316
## [0.15.1] - 2024-12-31
1417

1518
### Fixes 🍕

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-use"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming", "wasm"]

0 commit comments

Comments
 (0)