release 0.7.1

pull/1/head 0.7.1
parent 0fdf4673b9
commit 1000a033e8
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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 - the hook system (setup, extract, essential, customize and hook-dir) is made

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

Loading…
Cancel
Save