From ad875b27cd0d33f95bac44df42a9b196132885f5 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sun, 10 Apr 2022 14:04:35 -0700 Subject: [PATCH] v5.2.1 --- CHANGELOG.md | 8 ++++++++ functions/tide.fish | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b0014..600bdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v5.2.1][] (Apr 10 2022) + +### Bug fixes + +- Fix bug with detection of opensuse ([#277][]) + ## [v5.2.0][] (Apr 07 2022) ### Features @@ -434,6 +440,7 @@ [#254]: https://github.com/IlanCosman/tide/issues/254 [#271]: https://github.com/IlanCosman/tide/issues/271 [#274]: https://github.com/IlanCosman/tide/issues/274 +[#277]: https://github.com/IlanCosman/tide/issues/277 [prettier action]: https://github.com/actionsx/prettier [super-linter]: https://github.com/github/super-linter [v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0 @@ -470,3 +477,4 @@ [v5.1.1]: https://github.com/IlanCosman/tide/tree/v5.1.1 [v5.1.2]: https://github.com/IlanCosman/tide/tree/v5.1.2 [v5.2.0]: https://github.com/IlanCosman/tide/tree/v5.2.0 +[v5.2.1]: https://github.com/IlanCosman/tide/tree/v5.2.1 diff --git a/functions/tide.fish b/functions/tide.fish index e72f76a..7967d28 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 5.2.0' + echo 'tide, version 5.2.1' else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]