Skip to content

Commit ad875b2

Browse files
committed
v5.2.1
1 parent 366e69b commit ad875b2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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
@@ -434,6 +440,7 @@
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
@@ -470,3 +477,4 @@
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

functions/tide.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)