From 38ee440749bebeabb68f5d11ceeead7bdbb43529 Mon Sep 17 00:00:00 2001 From: Drew Delianides Date: Fri, 29 May 2026 21:57:47 -0400 Subject: [PATCH] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0e75e..d8f8ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.0](https://github.com/upsertco/perch/compare/v1.6.0...v1.7.0) (2026-05-30) + + +### Features + +* cargo dev-install to symlink dev build into PATH ([#94](https://github.com/upsertco/perch/issues/94)) ([ae846d6](https://github.com/upsertco/perch/commit/ae846d636c817af648799fb6c9b5d90b87492501)) + + +### Bug Fixes + +* text-spacing in diff overlay and help menu ([#95](https://github.com/upsertco/perch/issues/95)) ([52f8cb2](https://github.com/upsertco/perch/commit/52f8cb25ac2f4e273e140631dcc0c9882b2555fa)) + ## [1.6.0](https://github.com/upsertco/perch/compare/v1.5.1...v1.6.0) (2026-05-29) diff --git a/Cargo.lock b/Cargo.lock index 9fdf065..2ccfcd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2167,7 +2167,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "perch" -version = "1.6.0" +version = "1.7.0" dependencies = [ "anyhow", "clap", @@ -3500,7 +3500,7 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] name = "xtask" -version = "0.0.0" +version = "1.7.0" dependencies = [ "anyhow", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index e7044a2..e4eda5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perch" -version = "1.6.0" +version = "1.7.0" edition = "2021" description = "A real-time terminal dashboard for git changes" license = "MIT" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a99f5ba..389f5a1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.0.0" +version = "1.7.0" edition = "2021" publish = false