Prepare for release 2.5

- Format Changelog
- Update version number in docs
- Update list of Contributers
- Update version number in tests
- Update link in README
This commit is contained in:
Michael F. Schönitzer
2020-05-26 23:09:58 +02:00
parent 36fa81c059
commit c9e6afe856
4 changed files with 31 additions and 12 deletions

View File

@ -282,7 +282,7 @@ function! s:write_tags_metadata(metadata) abort
endfor
call sort(tags, 's:tags_entry_cmp')
let tag_comments = [
\ "!_TAG_PROGRAM_VERSION\t2.4.1",
\ "!_TAG_PROGRAM_VERSION\t2.5",
\ "!_TAG_PROGRAM_URL\thttps://github.com/vimwiki/vimwiki",
\ "!_TAG_PROGRAM_NAME\tVimwiki Tags",
\ "!_TAG_PROGRAM_AUTHOR\tVimwiki",