diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | doc/tabs_grep.txt | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -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* | 
