Skip to content

Commit

Permalink
Merge pull request #72 from TomasTomecek/0.2.2-release
Browse files Browse the repository at this point in the history
0.2.2 release
  • Loading branch information
TomasTomecek authored Feb 21, 2024
2 parents 3771571 + 357bc3e commit 6b1509a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ jobs:
trigger: pull_request
targets:
- fedora-all
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-rawhide
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty-git-prompt"
version = "0.2.1"
version = "0.2.2"
authors = ["Tomas Tomecek <[email protected]>"]
description = "Your current git repository information inside a beautiful shell prompt."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rust-pretty-git-prompt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global crate pretty-git-prompt

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

Expand Down

0 comments on commit 6b1509a

Please sign in to comment.