Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.23"
".": "7.1.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion functions/tide.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading