Skip to content

Commit 0b3baef

Browse files
committed
Bump to v1.9.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent b25c094 commit 0b3baef

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
appVersion = "1.9.0-dev"
10+
appVersion = "1.9.0"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Name: podman-tui
1818
Version: 1.9.0
19-
Release: dev.1%{?dist}
19+
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
2222
URL: %{git0}
@@ -60,7 +60,14 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63-
* Sat Sep 13 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.9.0-dev-1
63+
* Sat Oct 04 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.9.0-1
64+
- Bump github.com/navidys/tvxwidgets from 0.4.1 to 0.12.1
65+
- Bump golang to 1.24.7 - CVE-2025-47910 and CVE-2025-47906
66+
- Bump github.com/containers/podman/v5 from 5.6.1 to 5.6.2
67+
- Doc update - Adding Windows installation via WinGet package manager
68+
69+
* Sun Sep 28 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.8.1-1
70+
- Windows use default style colors
6471

6572
* Sat Sep 13 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.8.0-1
6673
- Bump github.com/containers/podman/v5 from 5.5.2 to 5.6.1

0 commit comments

Comments
 (0)