From 5d2ed5160a595d683d732bbb9375a2e621a2a094 Mon Sep 17 00:00:00 2001 From: Yvette Carlisle Date: Sat, 4 Jul 2026 12:20:39 -0400 Subject: [PATCH] {"schema":"decodex/commit/1","summary":"chore: release 0.1.9","authority":"manual"} --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849d1d8..16064a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "unescaper" -version = "0.1.8" +version = "0.1.9" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 5cffda2..483b737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR GPL-3.0-only" name = "unescaper" readme = "README.md" repository = "https://github.com/hack-ink/unescaper" -version = "0.1.8" +version = "0.1.9" [package.metadata.docs.rs] all-features = true