From 72042af4031d07a6c03b813d10fa25d69937d9fb Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 31 Jan 2024 21:23:49 +0000 Subject: [PATCH] release 0.10.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d9aa8..fd47900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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). +## [0.10.1] - 2024-010-31 + +### Fix 🍕 + +- Fixed docs.rs build + ## [0.10.0] - 2024-010-31 ### New Functions 🚀 diff --git a/Cargo.toml b/Cargo.toml index 161b7c5..c53ee71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]