File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v5.2.1] [ ] (Apr 10 2022)
4+
5+ ### Bug fixes
6+
7+ - Fix bug with detection of opensuse ([ #277 ] [ ] )
8+
39## [ v5.2.0] [ ] (Apr 07 2022)
410
511### Features
434440[ #254 ] : https://github.com/IlanCosman/tide/issues/254
435441[ #271 ] : https://github.com/IlanCosman/tide/issues/271
436442[ #274 ] : https://github.com/IlanCosman/tide/issues/274
443+ [ #277 ] : https://github.com/IlanCosman/tide/issues/277
437444[ prettier action ] : https://github.com/actionsx/prettier
438445[ super-linter ] : https://github.com/github/super-linter
439446[ v1.0.0 ] : https://github.com/IlanCosman/tide/tree/v1.0.0
470477[ v5.1.1 ] : https://github.com/IlanCosman/tide/tree/v5.1.1
471478[ v5.1.2 ] : https://github.com/IlanCosman/tide/tree/v5.1.2
472479[ v5.2.0 ] : https://github.com/IlanCosman/tide/tree/v5.2.0
480+ [ v5.2.1 ] : https://github.com/IlanCosman/tide/tree/v5.2.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
22 argparse --stop-nonopt v/version h/help -- $argv
33
44 if set -q _flag_version
5- echo ' tide, version 5.2.0 '
5+ echo ' tide, version 5.2.1 '
66 else if set -q _flag_help
77 _tide_help
88 else if functions --query _tide_sub_$argv [1]
You can’t perform that action at this time.
0 commit comments