Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Apr 12, 2022
1 parent 9b64ba5 commit fd7f542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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 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]
Expand Down

0 comments on commit fd7f542

Please sign in to comment.