Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Jan 4, 2025
1 parent 3c3cf8d commit 26dce95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🍕
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 26dce95

Please sign in to comment.