From f5392476a5b81f80ccebeee988aa46c6284ea411 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 7 Feb 2019 17:18:53 +0100 Subject: Checking in changes prior to tagging of version 3.3.0. Changelog diff is: diff --git a/Changes b/Changes index 807706c..9bb5022 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.3.0 2019-02-07T16:18:41Z - Support borg list's --prefix option via $borg_prefix setting - Properly handle cases where the DB is empty after removal of archive information --- lib/App/BorgRestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/App/BorgRestore.pm') diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 1e923c5..afbe918 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -2,7 +2,7 @@ package App::BorgRestore; use v5.14; use strictures 2; -our $VERSION = "3.2.1"; +our $VERSION = "3.3.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; -- cgit v1.2.3-24-g4f1b