From 66dfe6919b36c5a06793ffa96d7f8cf51f537a09 Mon Sep 17 00:00:00 2001
From: Sophie Herold
Date: Fri, 28 Aug 2020 23:53:23 +0200
Subject: [PATCH] Bump version to 0.1.1
---
CHANGELOG.md | 4 ++++
Cargo.toml | 2 +-
data/app.metainfo.xml | 7 ++++++-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cbc84d..b0f89a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.1 (2020-08-28)
+
+- Fixes missing removable device information after creating a new backup repository
+
## 0.1.0 (2020-08-25)
- First release
diff --git a/Cargo.toml b/Cargo.toml
index c5de136..35056be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pika-backup"
description = "Simple backups based on borg"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Sophie Herold "]
homepage = "https://gitlab.gnome.org/World/pika-backup"
edition = "2018"
diff --git a/data/app.metainfo.xml b/data/app.metainfo.xml
index 69df2eb..cab3e27 100644
--- a/data/app.metainfo.xml
+++ b/data/app.metainfo.xml
@@ -37,7 +37,7 @@
Limitations
- Currently, scheduled backups support are not supported. Excluding files from a backup via regular expressions and alike is not implemented yet. Remote backup locations must support SSH and need to have a borg-backup binary installed.
+ Currently, scheduled backups are not supported. Excluding files from a backup via regular expressions and alike is not implemented yet. Remote backup locations must support SSH and need to have a borg-backup binary installed.
@@ -65,6 +65,11 @@
+
+
+ - Fixes missing removable device information after creating a new backup repository
+
+
--
GitLab