diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-24 17:26:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-24 17:26:48 +0200 |
commit | ce8745aaae7d3c80933cc31839c8e513db4434a5 (patch) | |
tree | 96cee5f970f3185a2cccb07adf9e1edac983befd /lib | |
parent | 8a2b41ffdc34f425d05586fe96df706d36865ae0 (diff) | |
download | App-BorgRestore-ce8745aaae7d3c80933cc31839c8e513db4434a5.tar.gz App-BorgRestore-ce8745aaae7d3c80933cc31839c8e513db4434a5.tar.xz |
Checking in changes prior to tagging of version 2.1.0.2.1.0
Changelog diff is:
diff --git a/Changes b/Changes
index 63cdd4d..ffbe7ba 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+2.1.0 2017-06-24T15:26:08Z
+ - Improve documentation
+ - chdir back to original working directory after restore
+
2.0.1 2017-06-04T17:44:27Z
- Add github to META.json
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 5b391bc..1e5dfff 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -3,7 +3,7 @@ use v5.10; use strict; use warnings; -our $VERSION = "2.0.1"; +our $VERSION = "2.1.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |