forked from josch/mmdebstrap
release 0.7.3
This commit is contained in:
parent
43ca8a5211
commit
0b2a0c5a55
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
0.7.3 (2020-12-02)
|
||||
------------------
|
||||
|
||||
- bugfix release
|
||||
|
||||
0.7.2 (2020-11-28)
|
||||
------------------
|
||||
|
||||
- check whether tools like dpkg and apt are installed at startup
|
||||
- make it possible to seed /var/cache/apt/archives with deb packages
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.7.2';
|
||||
our $VERSION = '0.7.3';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue