From 54f776a1e957987072432126cad669cbadeffb00 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Thu, 30 Jul 2026 11:06:20 -0700 Subject: [PATCH] chore(main): release 7.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ functions/tide.fish | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e9d6c7..fe9d29a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.1" + ".": "7.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c77e12..17aced0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/functions/tide.fish b/functions/tide.fish index 4cae359..69b0ccb 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.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]