Skip to content

Commit f2e3896

Browse files
committed
v0.3.1
1 parent 9e9f9a7 commit f2e3896

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

SPECS/gonzo.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define debug_package %{nil}
22

33
Name: gonzo
4-
Version: 0.3.0
4+
Version: 0.3.1
55
Release: 1%{?dist}
66
Summary: Gonzo! The Go based TUI log analysis tool
77
Group: Applications/System
@@ -27,6 +27,9 @@ install -Dm0755 %{_builddir}/%{name}-%{version}/build/%{name} %{buildroot}%{_bin
2727
%{_bindir}/%{name}
2828

2929
%changelog
30+
* Wed Feb 18 2026 Jamie Curnow <jc@jc21.com> 0.3.1-1
31+
- https://github.com/control-theory/gonzo/releases/tag/v0.3.1
32+
3033
* Tue Dec 2 2025 Jamie Curnow <jc@jc21.com> 0.3.0-1
3134
- https://github.com/control-theory/gonzo/releases/tag/v0.3.0
3235

rpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"publish": {
33
"PACKAGE": "gonzo",
44
"GH_USER": "jc21-rpm",
5-
"VERSION": "0.3.0"
5+
"VERSION": "0.3.1"
66
}
77
}

0 commit comments

Comments
 (0)