release 0.8.2

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-12-14 21:06:20 +01:00
parent 7501708aaf
commit 5d8943b739
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.8.2 (2021-12-14)
------------------
- use apt patterns to select priority variants (requires apt >= 2.3.10)
0.8.1 (2021-10-07)
------------------

View file

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