From c9312b08f184a5f07ac4c83ec72b21c7df619863 Mon Sep 17 00:00:00 2001 From: "beeb-release-plz[bot]" <146623270+beeb-release-plz[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 12:49:19 +0000 Subject: [PATCH] chore: release v0.10.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb9fe0..573645b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +## [0.10.0] - 2026-07-05 + +### Added + + +- add glob filters for including/excluding paths ([#56](https://github.com/beeb/swpui/pull/56)) - ([818b231](https://github.com/beeb/swpui/commit/818b23171dfbd161125c358d0d939a34f6ce82ce)) + + + + +**Full Changelog**: [0.9.0...0.10.0](https://github.com/beeb/swpui/compare/v0.9.0...v0.10.0) + + ## [0.9.0] - 2026-06-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index b88d66c..02f6752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,7 +1794,7 @@ dependencies = [ [[package]] name = "swpui" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "convert_case 0.11.0", diff --git a/Cargo.toml b/Cargo.toml index 4e7ab84..231b126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swpui" -version = "0.9.0" +version = "0.10.0" edition = "2024" rust-version = "1.94.1" description = "TUI utility to search and replace text, with a focus on ergonomics, speed and case-awareness in source code"