Skip to content

Commit 6b1509a

Browse files
authored
Merge pull request #72 from TomasTomecek/0.2.2-release
0.2.2 release
2 parents 3771571 + 357bc3e commit 6b1509a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.packit.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ jobs:
1212
trigger: pull_request
1313
targets:
1414
- fedora-all
15+
- job: propose_downstream
16+
trigger: release
17+
dist_git_branches:
18+
- fedora-rawhide
19+
- job: koji_build
20+
trigger: commit
21+
dist_git_branches:
22+
- fedora-rawhide

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pretty-git-prompt"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Tomas Tomecek <tomas@tomecek.net>"]
55
description = "Your current git repository information inside a beautiful shell prompt."
66
license = "MIT"

rust-pretty-git-prompt.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global crate pretty-git-prompt
55

66
Name: rust-%{crate}
7-
Version: 0.2.1
7+
Version: 0.2.2
88
Release: %autorelease
99
Summary: Your current git repository information inside a beautiful shell prompt
1010

0 commit comments

Comments
 (0)