Skip to content

Commit a924da1

Browse files
committed
Bump version to 1.0.0
1 parent cdcb8dc commit a924da1

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

autoload/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/async.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/default.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

doc/executor.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Author: Alexander Skachko <[email protected]>
55
Homepage: https://github.com/lucerion/vim-executor
6-
Version: 0.2.0 (2016-12-20)
6+
Version: 1.0.0 (2017-10-08)
77
Licence: BSD-3-Clause (see vim-executor-license)
88

99
===============================================================================
@@ -85,6 +85,12 @@ Default: 1
8585
===============================================================================
8686
CHANGELOG *vim-executor-changelog*
8787

88+
1.0.0 (2017-10-08)~
89+
90+
Changes
91+
* execute command without opening result buffer
92+
* documentation added
93+
8894
0.2.0 (2016-12-20)~
8995

9096
Changes

plugin/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

0 commit comments

Comments
 (0)