diff --git a/CHANGELOG.md b/CHANGELOG.md index 573645b..43a2569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +## [0.10.1] - 2026-08-22 + +### Changed + +- **(deps)** update deps ([#60](https://github.com/beeb/swpui/pull/60)) - ([d25a273](https://github.com/beeb/swpui/commit/d25a2738dba360447d7a1f0a4d3b759fa88cc4b0)) + +- **(flake)** update flake ([#58](https://github.com/beeb/swpui/pull/58)) - ([8454a14](https://github.com/beeb/swpui/commit/8454a14734d5f382402b1ea476537e5bd1d95567)) + + + + + + +**Full Changelog**: [0.10.0...0.10.1](https://github.com/beeb/swpui/compare/v0.10.0...v0.10.1) + + ## [0.10.0] - 2026-07-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5b4508b..c3d63fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1797,7 +1797,7 @@ dependencies = [ [[package]] name = "swpui" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "convert_case 0.11.0", diff --git a/Cargo.toml b/Cargo.toml index 231b126..711f261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swpui" -version = "0.10.0" +version = "0.10.1" 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"