release 0.10.1

This commit is contained in:
Maccesch 2024-01-31 21:23:49 +00:00
parent de2cdf6722
commit 72042af403
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.10.1] - 2024-010-31
### Fix 🍕
- Fixed docs.rs build
## [0.10.0] - 2024-010-31 ## [0.10.0] - 2024-010-31
### New Functions 🚀 ### New Functions 🚀

View file

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