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