Skip to content
Open
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.1.1"
".": "7.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [7.1.2](https://github.com/plttn/tide/compare/v7.1.1...v7.1.2) (2026-07-30)


### Bug Fixes

* **kubectl:** stop context names starting with "-" from being misread as a flag ([#100](https://github.com/plttn/tide/issues/100)) ([27fcdf0](https://github.com/plttn/tide/commit/27fcdf06c1e0e5c6f5cbb1cacac6bafacafeeba4))
* **prompt:** stop dash-led directories from breaking pwd truncation ([#98](https://github.com/plttn/tide/issues/98)) ([8be1dbb](https://github.com/plttn/tide/commit/8be1dbb80183447b6d0989c522fdd1fc6bf1f557))

## [7.1.1](https://github.com/plttn/tide/compare/v7.1.0...v7.1.1) (2026-07-25)


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.1.1' # x-release-please-version
echo 'tide, version 7.1.2' # x-release-please-version
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down
Loading