From 125d7602fe78fdaf34b03befd7bdebc8fec8cc91 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 26 Jan 2025 21:01:05 +1100 Subject: [PATCH] Bump to 1.3.1 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 9f441c80..ed8d6d18 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "1.3.0" + appVersion = "1.3.1" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index ead97fd3..0169050a 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -15,7 +15,7 @@ %global git0 https://%{import_path} Name: podman-tui -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 @@ -60,6 +60,13 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog +* Sun 26 Jan 2025 Navid Yaghoobi 1.3.1-1 +- Bump github.com/containers/podman/v5 from 5.3.1 to 5.3.2 +- Packit update epel + centos stream +- Bump golang.org/x/net from 0.30.0 to 0.33.0 +- Bump github.com/gdamore/tcell/v2 from 2.7.4 to 2.8.1 +- Bump golang.org/x/crypto from 0.29.0 to 0.32.0 + * Sun Dec 01 2024 Navid Yaghoobi 1.3.0-1 - Bump github.com/containers/podman/v5 to v5.3.1 - Bump github.com/containers/buildah to v1.38.0