Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Sep 15, 2022
1 parent 22c230c commit 6833806
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v5.5.1][] (Sep 14 2022)

### Bug fixes

- Fix errors when in weird directories like `has spaces` or `--has dashes` ([#346][])

## [v5.5.0][] (Sep 5 2022)

### Features
Expand Down Expand Up @@ -502,6 +508,7 @@
[#322]: https://github.com/IlanCosman/tide/issues/322
[#323]: https://github.com/IlanCosman/tide/issues/323
[#330]: https://github.com/IlanCosman/tide/issues/330
[#346]: https://github.com/IlanCosman/tide/issues/346
[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
Expand Down Expand Up @@ -543,3 +550,4 @@
[v5.3.0]: https://github.com/IlanCosman/tide/tree/v5.3.0
[v5.4.0]: https://github.com/IlanCosman/tide/tree/v5.4.0
[v5.5.0]: https://github.com/IlanCosman/tide/tree/v5.5.0
[v5.5.1]: https://github.com/IlanCosman/tide/tree/v5.5.1
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.5.0'
echo 'tide, version 5.5.1'
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down

0 comments on commit 6833806

Please sign in to comment.