Skip to content

Commit 1af8bf7

Browse files
committed
v6.0.1
1 parent b90eaab commit 1af8bf7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v6.0.1][] (Oct 04 2023)
4+
5+
### Bug fixes
6+
7+
- Restore missing space character after transient prompts
8+
39
## [v6.0.0][] (Oct 03 2023)
410

511
### Features
@@ -589,3 +595,4 @@
589595
[v5.5.1]: https://github.com/IlanCosman/tide/tree/v5.5.1
590596
[v5.6.0]: https://github.com/IlanCosman/tide/tree/v5.6.0
591597
[v6.0.0]: https://github.com/IlanCosman/tide/tree/v6.0.0
598+
[v6.0.1]: https://github.com/IlanCosman/tide/tree/v6.0.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 6.0.0'
5+
echo 'tide, version 6.0.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)