Skip to content

Commit

Permalink
chore: prepare for 6.0.0-a.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Aug 28, 2022
1 parent 188015f commit 7e9e293
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions doc/command-t.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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) ~

Expand Down
4 changes: 2 additions & 2 deletions lua/wincent/commandt/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit 7e9e293

Please sign in to comment.