aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-03 17:39:56 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-03 17:39:56 +0100
commit1b4fd51c48e8d172a6cfd33caee894d063b389f1 (patch)
tree58e9fe4c5ca799e6a54394f63c74a5ca7b691fdc
parentfeat(rich): add `on_link_hover` and `on_hover_lost` (diff)
downloadiced_selection-1b4fd51c48e8d172a6cfd33caee894d063b389f1.tar.gz
chore: bump versionv0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa9bd6d..000dc3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "iced_selection"
description = "Text selection for `iced`"
authors = ["pml68 <contact@pml68.dev>"]
-version = "0.1.0"
+version = "0.2.0"
edition = "2024"
license = "MIT"
readme = "README.md"