summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-11-26 00:16:15 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-11-26 00:16:15 +0100
commit028f5e7f7580f2fc597e96caaea583f3a7978b63 (patch)
treeecce07268ea8fb1b0c8cc4d0bacd5954909d217c
parentfd63fc156bcdf68e4a774409c92f55297415bb88 (diff)
downloadApp-BorgRestore-028f5e7f7580f2fc597e96caaea583f3a7978b63.tar.gz
App-BorgRestore-028f5e7f7580f2fc597e96caaea583f3a7978b63.tar.xz
Checking in changes prior to tagging of version 2.2.0.2.2.0
Changelog diff is: diff --git a/Changes b/Changes index 0c8276e..32e7b5b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +2.2.0 2017-11-25T23:16:04Z - Add borg 1.1 support - Mention required positive return code of config in documentation - Enable adhoc mode automatically when cache is empty
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 0c8276e..32e7b5b 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+
+2.2.0 2017-11-25T23:16:04Z
- Add borg 1.1 support
- Mention required positive return code of config in documentation
- Enable adhoc mode automatically when cache is empty
diff --git a/META.json b/META.json
index 9f5e8b9..d26e230 100644
--- a/META.json
+++ b/META.json
@@ -89,6 +89,6 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "2.1.1",
+ "version" : "2.2.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 99f482e..b26c88d 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -3,7 +3,7 @@ use v5.14;
use strict;
use warnings;
-our $VERSION = "2.1.1";
+our $VERSION = "2.2.0";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;