We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157c85c commit b1803cbCopy full SHA for b1803cb
doc/command-t.txt
@@ -943,7 +943,7 @@ POSSIBILITY OF SUCH DAMAGE.
943
944
HISTORY *command-t-history*
945
946
-main (not yet released) ~
+6.1 (14 June 2025) ~
947
948
- fix: teach buffer finder to see all buffers passed into Neovim as
949
command-line arguments (https://github.com/wincent/command-t/issues/418).
lua/wincent/commandt/version.lua
@@ -3,8 +3,8 @@
3
4
return {
5
major = 6,
6
- minor = 0,
+ minor = 1,
7
patch = 0,
8
- prerelease = 'b.1',
9
- version = '6.0.0-b.1',
+ prerelease = '',
+ version = '6.1',
10
}
0 commit comments