From 2c44f389ebe7defa2cc58d6ae2c0496bb6117e4e Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sat, 1 Aug 2026 14:56:17 -0500 Subject: [PATCH] chore(main): release 0.21.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d353515..727a5db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e7064ee..59cb0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/sdavisde/redquill/compare/v0.21.0...v0.21.1) (2026-08-01) + + +### Bug Fixes + +* drop a redundant usize cast in the git panel ([#53](https://github.com/sdavisde/redquill/issues/53)) ([c7b4c60](https://github.com/sdavisde/redquill/commit/c7b4c60b71a64be296dec8a7bee87bffeebdf3eb)) + ## [0.21.0](https://github.com/sdavisde/redquill/compare/v0.20.1...v0.21.0) (2026-07-30) diff --git a/Cargo.lock b/Cargo.lock index 90e8dcd..c554233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,7 +1021,7 @@ dependencies = [ [[package]] name = "redquill" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 0b7d0d5..b67064e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redquill" -version = "0.21.0" +version = "0.21.1" edition = "2024" [dependencies]