diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-02-07 17:18:53 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-02-07 17:18:53 +0100 |
commit | f5392476a5b81f80ccebeee988aa46c6284ea411 (patch) | |
tree | 7e6b34a6d9109ee6b2db662203fe3efdb1a66103 /lib | |
parent | 4034169f9655ea6b28741067c58c0219e42365e1 (diff) | |
download | App-BorgRestore-f5392476a5b81f80ccebeee988aa46c6284ea411.tar.gz App-BorgRestore-f5392476a5b81f80ccebeee988aa46c6284ea411.tar.xz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |