From 7e9e293471f5b7ebc7ca1fdffefc24e2628df054 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sun, 28 Aug 2022 15:05:41 +0200 Subject: [PATCH] chore: prepare for 6.0.0-a.1 release --- doc/command-t.txt | 12 +++++++++--- lua/wincent/commandt/version.lua | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/command-t.txt b/doc/command-t.txt index d99c4857..0a4ecea1 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -576,9 +576,15 @@ POSSIBILITY OF SUCH DAMAGE. HISTORY *command-t-history* -main (not yet released) ~ - -- ... +6.0.0-a.1 (28 August 2022) ~ + +- fix: gracefully handle |commandt.setup()| calls without a `finders` config. + (https://github.com/wincent/command-t/commit/e59f7406a565b574). +- refactor: get rid of a potentially confusing diagnostic message + (https://github.com/wincent/command-t/commit/05b434a7dd3e2963). +- docs: add documentation for the |:CommandTFind|, |:CommandTGit|, + |:CommandTRipgrep|, and |:CommandTWatchman| commands + (https://github.com/wincent/command-t/commit/c488f7f41e863398). 6.0.0-a.0 (26 August 2022) ~ diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index 9be6d66a..64d6c501 100644 --- a/lua/wincent/commandt/version.lua +++ b/lua/wincent/commandt/version.lua @@ -5,6 +5,6 @@ return { major = 6, minor = 0, patch = 0, - prerelease = 'a.0', - version = '6.0.0-a.0', + prerelease = 'a.1', + version = '6.0.0-a.1', }