diff --git a/CHANGELOG.md b/CHANGELOG.md index 573645b..119166e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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-07-05 + +### Changed + +- **(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 02f6752..07377e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,9 +152,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.65" +version = "1.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" +checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996" dependencies = [ "find-msvc-tools", "shlex", @@ -1794,7 +1794,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"