Skip to content

Commit

Permalink
Accommodate packagers with tagged release; using HEAD still recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 4, 2022
1 parent 8afd679 commit 6c3e15e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autoload/tagbar.vim
Expand Up @@ -4,7 +4,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 3.1.0
" Version: 3.1.1
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
" Yegappan Lakshmanan and uses a small amount of code from it.
"
Expand Down
7 changes: 5 additions & 2 deletions doc/tagbar.txt
Expand Up @@ -3,7 +3,7 @@
Author: Jan Larres <jan@majutsushi.net>
Licence: Vim licence, see |license|
Homepage: https://preservim.github.io/tagbar
Version: 3.1.0
Version: 3.1.1

==============================================================================
Contents *tagbar* *tagbar-contents*
Expand Down Expand Up @@ -2031,8 +2031,11 @@ Note: All tagged releases are an accomodation to distribution packagers. The
upstream developers of this plugin recommend using a plugin manager and
tracking HEAD in the default branch rather than tagged releases.

3.1.1 (2022-11-04)
- Periodic rollup, see `git log v3.0.0..v3.1.1`

3.1.0 (2022-11-04)
- Periodic rollup, see `git log v3.0.0..v3.1.0`
- Periodic rollup (inclomplete merge, suggest 3.1.1)

3.0.0 (2021-01-21)
- Massive rollup with years of small changes, see `git log v2.7..v3.0.0`
Expand Down
2 changes: 1 addition & 1 deletion plugin/tagbar.vim
Expand Up @@ -4,7 +4,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 3.1.0
" Version: 3.1.1
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
" Yegappan Lakshmanan and uses a small amount of code from it.
"
Expand Down
2 changes: 1 addition & 1 deletion syntax/tagbar.vim
Expand Up @@ -3,7 +3,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 3.1.0
" Version: 3.1.1

scriptencoding utf-8

Expand Down

0 comments on commit 6c3e15e

Please sign in to comment.