From a80820ecb65abfb4f5b6d209a03ff8f14435e7a1 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Thu, 23 Jul 2026 00:00:30 -0700 Subject: [PATCH 1/2] chore(main): release 7.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ functions/tide.fish | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dea4534..58ef57e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.23" + ".": "7.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caf3fa3..7d5dac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [7.1.0](https://github.com/plttn/tide/compare/v7.0.23...v7.1.0) (2026-07-23) + + +### Features + +* **go:** Support go workspaces for go version detection ([#83](https://github.com/plttn/tide/issues/83)) ([17926d1](https://github.com/plttn/tide/commit/17926d1878572af5d35a1fb5650d278a028fed03)) + + +### Bug Fixes + +* **prompt:** drop superseded background renders via generation stamp ([9703caf](https://github.com/plttn/tide/commit/9703caf62fc5975f59d8ec7f89f8a9508e4e4525)) +* **prompt:** drop superseded background renders via generation stamp ([5bb38cc](https://github.com/plttn/tide/commit/5bb38cc0b9bdf26628d04a84687fcbdf24b6f829)) +* **prompt:** use command prefix for `rm` ([#86](https://github.com/plttn/tide/issues/86)) ([358ac69](https://github.com/plttn/tide/commit/358ac6951eceec94e80efb7e195e1ed64a61da1b)) + + +### Performance Improvements + +* **docker:** read current context from ~/.docker/config.json instead of forking CLI ([afd3128](https://github.com/plttn/tide/commit/afd3128e5bbcf861763e95270dd8b1ae20f31100)) +* **kubectl:** read current context from ~/.kube/config instead of forking CLI ([afd3128](https://github.com/plttn/tide/commit/afd3128e5bbcf861763e95270dd8b1ae20f31100)) + ## [7.0.23](https://github.com/plttn/tide/compare/v7.0.22...v7.0.23) (2026-07-21) diff --git a/functions/tide.fish b/functions/tide.fish index 4a9b4dc..6daa6d5 100644 --- a/functions/tide.fish +++ b/functions/tide.fish @@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt' argparse --stop-nonopt v/version h/help -- $argv if set -q _flag_version - echo 'tide, version 7.0.23' # x-release-please-version + echo 'tide, version 7.1.0' # x-release-please-version else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1] From 6fba9c3fe5ef5aca9ed9e48501e2d56a128a6d59 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Thu, 23 Jul 2026 01:03:46 -0700 Subject: [PATCH 2/2] chore(main): remove duplicate changelog entry before releasing 7.1.0 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5dac5..c7bb7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ ### Bug Fixes -* **prompt:** drop superseded background renders via generation stamp ([9703caf](https://github.com/plttn/tide/commit/9703caf62fc5975f59d8ec7f89f8a9508e4e4525)) * **prompt:** drop superseded background renders via generation stamp ([5bb38cc](https://github.com/plttn/tide/commit/5bb38cc0b9bdf26628d04a84687fcbdf24b6f829)) * **prompt:** use command prefix for `rm` ([#86](https://github.com/plttn/tide/issues/86)) ([358ac69](https://github.com/plttn/tide/commit/358ac6951eceec94e80efb7e195e1ed64a61da1b))