forked from josch/mmdebstrap
release 1.0.0
This commit is contained in:
parent
4c3fddcd54
commit
158956e213
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
1.0.0 (2022-05-28)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- all documented interfaces are now considered stable
|
||||||
|
- allow file:// mirrors
|
||||||
|
- /var/cache/apt/archives/ is now allowed to contain *.deb packages
|
||||||
|
- add file-mirror-automount hook-dir
|
||||||
|
- set $MMDEBSTRAP_VERBOSITY in hooks
|
||||||
|
- rewrite coverage with multiple individual and skippable shell scripts
|
||||||
|
|
||||||
0.8.6 (2022-03-25)
|
0.8.6 (2022-03-25)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.8.6';
|
our $VERSION = '1.0.0';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue