From 226eeb9f7ef9f88d95e8e647aaa5493c8ce4b108 Mon Sep 17 00:00:00 2001 From: Inky Quill Date: Mon, 11 May 2026 00:05:37 +0300 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b051c5..0ef037a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] — 2026-05-10 + +### Fixed +- Prevent invalid utf8 highlight panic + + ## [0.2.1] — 2026-05-10 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 4a536f8..43265d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sel-rs" -version = "0.2.1" +version = "0.2.2" description = "Select slices from text files by line numbers, ranges, positions, or regex" repository = "https://github.com/InkyQuill/sel" homepage = "https://github.com/InkyQuill/sel"