release 0.7.1

This commit is contained in:
Johannes 'josch' Schauer 2020-09-18 13:43:42 +02:00
parent 0fdf4673b9
commit 1000a033e8
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
0.7.0
0.7.1 (2020-09-18)
------------------
- bugfix release
0.7.0 (2020-08-27)
-----------------
- the hook system (setup, extract, essential, customize and hook-dir) is made

View file

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.7.0';
our $VERSION = '0.7.1';
use English;
use Getopt::Long;