From b4c0086d995e3370defa875e4d6cc7aaf98dc613 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 9 Dec 2025 10:26:13 +0100 Subject: chore: bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3ebda..09ec9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.3.1 - only created because I published bad code on crates.io + ## [0.3.0] - 2025-11-12 ### Added - By-word selection on double-click + drag diff --git a/Cargo.toml b/Cargo.toml index f2e0149..a2d4ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "iced_selection" description = "Text selection for `iced`" authors = ["pml68 "] -version = "0.3.0" +version = "0.3.1" edition = "2024" license = "MIT" readme = "README.md" -- cgit v1.2.3