From 84f36c6aea142c751f992c57131a1425fd6f41a8 Mon Sep 17 00:00:00 2001 From: Thomas Gatzweiler Date: Thu, 14 Dec 2017 12:59:05 +0100 Subject: [PATCH] Bump to version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1024ddc..9bfa902 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "unipager" -version = "0.7.0" +version = "0.7.1" dependencies = [ "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 83b9e1b..0e6e4f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unipager" -version = "0.7.0" +version = "0.7.1" authors = ["Thomas Gatzweiler "] [dependencies] diff --git a/debian/changelog b/debian/changelog index f68dff9..bb3fb22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unipager (0.7.1) unstable; urgency=medium + + * Fix configuration migration failure + + -- RWTH Amateurfunkgruppe Thu, 14 Dec 2017 18:00:00 +0200 + unipager (0.7.0) unstable; urgency=medium * Implements automatic fallback server selection