From 772b7e59f85f7d1988604c1e3b06421181ce46a6 Mon Sep 17 00:00:00 2001 From: Inky Quill Date: Sun, 10 May 2026 23:45:31 +0300 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e3aa3..3b051c5 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.1] — 2026-05-10 + +### Fixed +- Align line numbers and reuse output sink + + ## [0.2.0] — 2026-04-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index dd50ba5..4a536f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sel-rs" -version = "0.2.0" +version = "0.2.1" 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"