From 7be3946258eb8524c721e7708093a0b257ba601a Mon Sep 17 00:00:00 2001 From: Maccesch Date: Fri, 9 Feb 2024 03:35:04 +0000 Subject: [PATCH] release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c670094..bcde919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.10.2] - 2024-02-09 ### New Functions 🚀 diff --git a/Cargo.toml b/Cargo.toml index f131f83..6d25fa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.1" +version = "0.10.2" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]