forked from josch/mmdebstrap
release 0.7.1
This commit is contained in:
parent
0fdf4673b9
commit
1000a033e8
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.7.0';
|
||||
our $VERSION = '0.7.1';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue