This commit is contained in:
Ilan Cosman 2022-04-10 14:04:35 -07:00
parent 366e69bf82
commit ad875b27cd
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [v5.2.1][] (Apr 10 2022)
### Bug fixes
- Fix bug with detection of opensuse ([#277][])
## [v5.2.0][] (Apr 07 2022) ## [v5.2.0][] (Apr 07 2022)
### Features ### Features
@ -434,6 +440,7 @@
[#254]: https://github.com/IlanCosman/tide/issues/254 [#254]: https://github.com/IlanCosman/tide/issues/254
[#271]: https://github.com/IlanCosman/tide/issues/271 [#271]: https://github.com/IlanCosman/tide/issues/271
[#274]: https://github.com/IlanCosman/tide/issues/274 [#274]: https://github.com/IlanCosman/tide/issues/274
[#277]: https://github.com/IlanCosman/tide/issues/277
[prettier action]: https://github.com/actionsx/prettier [prettier action]: https://github.com/actionsx/prettier
[super-linter]: https://github.com/github/super-linter [super-linter]: https://github.com/github/super-linter
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0 [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.1]: https://github.com/IlanCosman/tide/tree/v5.1.1
[v5.1.2]: https://github.com/IlanCosman/tide/tree/v5.1.2 [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.0]: https://github.com/IlanCosman/tide/tree/v5.2.0
[v5.2.1]: https://github.com/IlanCosman/tide/tree/v5.2.1

View File

@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
argparse --stop-nonopt v/version h/help -- $argv argparse --stop-nonopt v/version h/help -- $argv
if set -q _flag_version if set -q _flag_version
echo 'tide, version 5.2.0' echo 'tide, version 5.2.1'
else if set -q _flag_help else if set -q _flag_help
_tide_help _tide_help
else if functions --query _tide_sub_$argv[1] else if functions --query _tide_sub_$argv[1]