diff --git a/cmd/version.go b/cmd/version.go index 1d1eccb6..aa1e0b79 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "1.2.1" + appVersion = "1.2.2" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index ad842f49..58f1b2c5 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.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 @@ -60,6 +60,11 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog +* Fri Sep 27 2024 Navid Yaghoobi 1.2.2-1 +- Bump github.com/containers/podman/v5 from 5.2.2 to 5.2.3 +- Bump github.com/containers/buildah from 1.37.2 to 1.37.3 +- Bump github.com/containers/common from 0.60.2 to 0.60.3 + * Sat Aug 24 2024 Navid Yaghoobi 1.2.1-1 - Correct spelling of 'prune' - Bump github.com/containers/podman/v5 from 5.2.1 to 5.2.2