From a34b0c2809f665e854d6813dd4b052c1b32a32b4 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 27 Dec 2023 13:35:50 -0800 Subject: [PATCH] v6.1.1 --- CHANGELOG.md | 7 +++++++ functions/tide.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c96d39c..6942f1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v6.1.1][] (Dec 27 2023) + +### Bug fixes + +- Set the new `tide_jobs_number_threshold` variable when updating, to prevent errors ([#474][]) + ## [v6.1.0][] (Dec 26 2023) ### Features @@ -618,3 +624,4 @@ [v6.0.0]: https://github.com/IlanCosman/tide/tree/v6.0.0 [v6.0.1]: https://github.com/IlanCosman/tide/tree/v6.0.1 [v6.1.0]: https://github.com/IlanCosman/tide/tree/v6.1.0 +[v6.1.1]: https://github.com/IlanCosman/tide/tree/v6.1.1 diff --git a/functions/tide.fish b/functions/tide.fish index 106a9426..092a7224 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 6.1.0' + echo 'tide, version 6.1.1' else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]