change version to 0.32.4; update Changelog

pull/491/head v0.32.4
Axel Burri 2022-08-20 14:26:36 +02:00
parent 116aface3c
commit 6877825708
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
btrbk-0.32.4
* Fix regression: wrong deprecation warnings in some cases.
btrbk-0.32.3
* Fix deletion of many subvolumes at once (close #476).

2
btrbk
View File

@ -35,7 +35,7 @@ use IPC::Open3 qw(open3);
use Symbol qw(gensym);
use Cwd qw(abs_path);
our $VERSION = '0.32.3';
our $VERSION = '0.32.4';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';