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..c7bb7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # 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 ([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]