Skip to content

Commit

Permalink
Automatic commit of package [pik] release [0.6.1-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version 0.6.1
  • Loading branch information
JK-Kitopi committed Aug 27, 2024
1 parent 320e7e2 commit 6b46b87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .tito/packages/pik
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.6.1-1 ./
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pik"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Jacek Kurlit"]
keywords = ["terminal", "process", "linux", "system", "kill"]
Expand All @@ -22,4 +22,4 @@ chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }

[dev-dependencies]
http-test-server = "2.1.1"
http-test-server = "2.1.1"
5 changes: 4 additions & 1 deletion pik.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: pik
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
License: MIT
Summary: Process Interactive Kill is a tool that helps to find and kill process
Expand Down Expand Up @@ -32,4 +32,7 @@ rm -f %{buildroot}%{_prefix}/.crates.toml \
%{_bindir}/pik

%changelog
* Tue Aug 27 2024 Jacek Kurlit <jacek.kurlit@kitopi.com> 0.6.1-1
- new package built with tito

%autochangelog

0 comments on commit 6b46b87

Please sign in to comment.