diff --git a/CHANGELOG.md b/CHANGELOG.md index 600bdea1..1955fc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v5.2.2][] (Apr 12 2022) + +### Bug fixes + +- _Actually_ fix the bug with detection of opensuse ([#277][]) + ## [v5.2.1][] (Apr 10 2022) ### Bug fixes @@ -478,3 +484,4 @@ [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 +[v5.2.2]: https://github.com/IlanCosman/tide/tree/v5.2.2 diff --git a/functions/tide.fish b/functions/tide.fish index 7967d286..662f2a86 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.1' + echo 'tide, version 5.2.2' else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]