aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-19 22:13:20 +0200
committerTeddy Wing2018-04-19 22:13:20 +0200
commit26b4bb09a315b2b99d1c6084f70ac6989648511e (patch)
treeafdb537d830d4599150f39eb8c592e5772977c5e
parent71431c8e49f80feaca3ac45121e0e11604854436 (diff)
downloadvim-tabs-grep-master.tar.bz2
Increase version v0.0.1 -> v1.0.0HEADv1.0.0master
-rw-r--r--CHANGELOG5
-rw-r--r--doc/tabs_grep.txt2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7c7e3b9..d890262 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
CHANGELOG
=========
+v1.0.0 (2018-04-19):
+ Changes:
+
+ * The command now takes a glob instead of a regex pattern.
+
v0.0.1 (2018-04-08):
Initial release.
diff --git a/doc/tabs_grep.txt b/doc/tabs_grep.txt
index 48c7e5e..c41690a 100644
--- a/doc/tabs_grep.txt
+++ b/doc/tabs_grep.txt
@@ -2,7 +2,7 @@
Author: Teddy Wing <http://teddywing.com>
License: GPLv3+
-Version: 0.0.1
+Version: 1.0.0
==============================================================================
INTRODUCTION *tabs_grep*