Skip to content

Commit 0154711

Browse files
committed
chore: prepare for 8.1 release
1 parent cb05b44 commit 0154711

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/command-t.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ POSSIBILITY OF SUCH DAMAGE.
911911

912912
HISTORY *command-t-history*
913913

914-
main (not yet released) ~
914+
8.1 (19 March 2026) ~
915915

916916
- feat: expose |commandt.setup.ignore_spaces| setting.
917917
- fix: don't let |commandt.setup.ignore_spaces| undo the effects of

lua/wincent/commandt/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
return {
55
major = 8,
6-
minor = 0,
6+
minor = 1,
77
patch = 0,
88
prerelease = 'main',
9-
version = '8.0-main',
9+
version = '8.1',
1010
}

0 commit comments

Comments
 (0)