From 411034e93f77c62a8e4f65ac89a1d2e7fbae3edc Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 7 Aug 2022 10:55:53 +0200 Subject: [PATCH] change version to 0.32.3; update Changelog --- ChangeLog | 6 ++++++ btrbk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a1fb299..158f97a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/btrbk b/btrbk index 135582c..a2b279a 100755 --- a/btrbk +++ b/btrbk @@ -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 '; our $PROJECT_HOME = '';