From 3f75c0f92b909c9a72764ec851e2b54c56532674 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 6 Apr 2020 10:25:31 +0200 Subject: [PATCH] 0.2.1 release Signed-off-by: Tomas Tomecek --- Cargo.toml | 2 +- rust-pretty-git-prompt.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26710eb..d21fe35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty-git-prompt" -version = "0.2.0" +version = "0.2.1" authors = ["Tomas Tomecek "] description = "Your current git repository information inside a beautiful shell prompt." license-file = "LICENSE" diff --git a/rust-pretty-git-prompt.spec b/rust-pretty-git-prompt.spec index 2dff002..2fdc6fb 100644 --- a/rust-pretty-git-prompt.spec +++ b/rust-pretty-git-prompt.spec @@ -4,8 +4,8 @@ %global crate pretty-git-prompt Name: rust-%{crate} -Version: 0.2.0 -Release: 7%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Your current git repository information inside a beautiful shell prompt License: MIT @@ -52,6 +52,9 @@ Summary: %{summary} %{_bindir}/pretty-git-prompt %changelog +* Mon Apr 06 2020 Tomas Tomecek - 0.2.1-1 +- new upstream release: 0.2.1 + * Sat Feb 02 2019 Fedora Release Engineering - 0.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild