diff options
author | Teddy Wing | 2020-03-22 02:16:04 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-22 02:16:04 +0100 |
commit | ed5a5857cd281156edf4b37665985d08244f8223 (patch) | |
tree | e79c155d6e1ea1472e91e20c6fb88439194728cb | |
parent | c69625bb9d6b2a1e487975f007fff415247eeee6 (diff) | |
download | vim-twodo-ed5a5857cd281156edf4b37665985d08244f8223.tar.bz2 |
Increase version v0.1.0 -> v0.1.1v0.1.1
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | doc/todo.txt | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ CHANGELOG ========= +v0.1.1 (2020-03-21): + Fixes: + + * Prevent default mappings from overwriting existing mappings in certain + cases. + v0.1.0 (2020-03-21): Additions: diff --git a/doc/todo.txt b/doc/todo.txt index 7f0ff70..d02505f 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -2,7 +2,7 @@ Author: Teddy Wing <http://teddywing.com> License: GPLv3+ -Version: 0.1.0 +Version: 0.1.1 ============================================================================== INTRODUCTION *todo* |