Skip to content

Commit 6c3e15e

Browse files
committed
Accommodate packagers with tagged release; using HEAD still recommended
1 parent 8afd679 commit 6c3e15e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

autoload/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Author: Jan Larres <[email protected]>
55
" Licence: Vim licence
66
" Website: https://preservim.github.io/tagbar
7-
" Version: 3.1.0
7+
" Version: 3.1.1
88
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
99
" Yegappan Lakshmanan and uses a small amount of code from it.
1010
"

doc/tagbar.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Author: Jan Larres <[email protected]>
44
Licence: Vim licence, see |license|
55
Homepage: https://preservim.github.io/tagbar
6-
Version: 3.1.0
6+
Version: 3.1.1
77

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

2034+
3.1.1 (2022-11-04)
2035+
- Periodic rollup, see `git log v3.0.0..v3.1.1`
2036+
20342037
3.1.0 (2022-11-04)
2035-
- Periodic rollup, see `git log v3.0.0..v3.1.0`
2038+
- Periodic rollup (inclomplete merge, suggest 3.1.1)
20362039

20372040
3.0.0 (2021-01-21)
20382041
- Massive rollup with years of small changes, see `git log v2.7..v3.0.0`

plugin/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Author: Jan Larres <[email protected]>
55
" Licence: Vim licence
66
" Website: https://preservim.github.io/tagbar
7-
" Version: 3.1.0
7+
" Version: 3.1.1
88
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
99
" Yegappan Lakshmanan and uses a small amount of code from it.
1010
"

syntax/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Author: Jan Larres <[email protected]>
44
" Licence: Vim licence
55
" Website: https://preservim.github.io/tagbar
6-
" Version: 3.1.0
6+
" Version: 3.1.1
77

88
scriptencoding utf-8
99

0 commit comments

Comments
 (0)