forked from josch/mmdebstrap
release 1.4.3
This commit is contained in:
parent
81589889f9
commit
d244f4f1de
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1.4.3 (2024-02-01)
|
||||
------------------
|
||||
|
||||
- take hard links into account when computing disk usage
|
||||
|
||||
1.4.2 (2024-01-29)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.4.2';
|
||||
our $VERSION = '1.4.3';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue