change version to 0.32.3; update Changelog

pull/491/head v0.32.3
Axel Burri 2022-08-07 10:55:53 +02:00
parent 3149aa9e10
commit 411034e93f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
btrbk-0.32.3
* Fix deletion of many subvolumes at once (close #476).
* Allow disabling ssh_identity and ssh_user options.
* Minor bugfixes and documentation improvements.
btrbk-0.32.2
* Fix regression: archive on missing target directories.

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-dev';
our $VERSION = '0.32.3';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';