release 0.6.1

This commit is contained in:
Maccesch 2023-08-03 13:45:58 +01:00
parent 7b34c9d0c6
commit 3484631ace
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.1] - 2023-08-03
### Fixes 🍕
- `use_storage` now uses `.get_untracked()` to avoid warnings.
## [0.6.0] - 2023-07-17 ## [0.6.0] - 2023-07-17
### New Functions 🚀 ### New Functions 🚀

View file

@ -1,6 +1,6 @@
[package] [package]
name = "leptos-use" name = "leptos-use"
version = "0.6.0" version = "0.6.1"
edition = "2021" edition = "2021"
authors = ["Marc-Stefan Cassola"] authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"] categories = ["gui", "web-programming"]