From d3545b25829533c89dfb2c77a3697abedf683ede Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Feb 2018 16:59:00 +0100 Subject: Checking in changes prior to tagging of version 2.3.0. Changelog diff is: diff --git a/Changes b/Changes index 32e7b5b..a46f8bc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} +2.3.0 2018-02-06T15:58:36Z + - Add --list option to search for paths occuring in backups + - Warn if sqlite's memory cache is is filled during cache updates + - Improve documentation of @backup_prefixes setting + 2.2.0 2017-11-25T23:16:04Z - Add borg 1.1 support - Mention required positive return code of config in documentation --- 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 964ea48..d6284b8 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.2.0"; +our $VERSION = "2.3.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; -- cgit v1.2.3-24-g4f1b