summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-11-01 13:54:35 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-11-01 13:54:35 +0100
commit0dbbbf6885d0031eb0476ea718ed62ed99a70b04 (patch)
tree89d374484c8313de0255750858f65500d52bf30b
parentb7144014f41ca797229d8645a2f90ae00ba5ba75 (diff)
downloadApp-BorgRestore-0dbbbf6885d0031eb0476ea718ed62ed99a70b04.tar.gz
App-BorgRestore-0dbbbf6885d0031eb0476ea718ed62ed99a70b04.tar.xz
Checking in changes prior to tagging of version 3.2.1.
Changelog diff is: diff --git a/Changes b/Changes index b9b6218..dae2435 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} +3.2.1 2018-11-01T12:54:26Z + - Add missing version requirement to List::Util dependency + 3.2.0 2018-09-19T11:46:35Z - Write data directly to DB instead of preparing it in memory first. The new algorithm should be faster and uses constant memory. If you want the
-rw-r--r--Changes3
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index b9b6218..dae2435 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+3.2.1 2018-11-01T12:54:26Z
+ - Add missing version requirement to List::Util dependency
+
3.2.0 2018-09-19T11:46:35Z
- Write data directly to DB instead of preparing it in memory first. The
new algorithm should be faster and uses constant memory. If you want the
diff --git a/META.json b/META.json
index 8611629..baab14c 100644
--- a/META.json
+++ b/META.json
@@ -93,7 +93,7 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "3.2.0",
+ "version" : "3.2.1",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_static_install" : 0
}
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 5834cde..753567e 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.0";
+our $VERSION = "3.2.1";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;