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"