diff options
author | Teddy Wing | 2018-12-13 14:18:58 +0100 |
---|---|---|
committer | Teddy Wing | 2018-12-13 14:18:58 +0100 |
commit | b6619da3a1ae5a44c8b05ac176e130f12da6661b (patch) | |
tree | 9ab1e0fa13f567e858f9732d62226037b4234788 | |
parent | 00f4e60ce5bddbad0f40799eb442f401af5c8315 (diff) | |
download | vim-grappele-b6619da3a1ae5a44c8b05ac176e130f12da6661b.tar.bz2 |
Increase version v0.0.5 -> v0.1.0v0.1.0
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | doc/grappele.txt | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ CHANGELOG ========= +v0.1.0 (2018-12-13): + * Relicense under the GNU GPLv3+ + * Add visual and operator-pending mode mappings + v0.0.5 (2017-12-20): * If no location has been saved yet, `gG` no longer produces an error diff --git a/doc/grappele.txt b/doc/grappele.txt index bb95df2..49a1250 100644 --- a/doc/grappele.txt +++ b/doc/grappele.txt @@ -2,7 +2,7 @@ Author: Teddy Wing <http://teddywing.com> License: GPLv3+ -Version: 0.0.5 +Version: 0.1.0 ============================================================================== INTRODUCTION *grappele-introduction* |