From 4ee4c13066e56e458dd48a5e1f6be70477857fa8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 8 Apr 2020 13:34:26 +0200 Subject: [PATCH] Release 0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af3ebb..cffb9b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "fedora-update-feedback" -version = "0.5.2" +version = "0.5.3" dependencies = [ "bodhi", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 04798e8..335a6f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fedora-update-feedback" description = "provide feedback for fedora updates (inspired by fedora-easy-karma)" license = "MIT OR Apache-2.0" -version = "0.5.2" +version = "0.5.3" edition = "2018" authors = ["Fabio Valentini "] diff --git a/NEWS.md b/NEWS.md index 5caf377..8acf941 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Release 0.5.3 "Off Set" (Apr. 08, 2020) + +Bugfixes: + +- fix the wrong offset for "installtime" calculation (dnf returns UTC, not the + local time) + # Release 0.5.2 "Storage Area" (Apr. 06, 2020) Incremental improvements: