Skip to content

Commit

Permalink
v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 27, 2023
1 parent 966dd0b commit a34b0c2
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

## [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
Expand Down Expand Up @@ -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
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 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]
Expand Down

0 comments on commit a34b0c2

Please sign in to comment.