diff --git a/cmd/version.go b/cmd/version.go index fa31768d6..fa3e2d06f 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "1.4.0-dev" + appVersion = "1.5.0-dev" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 9c000fb8d..581d588df 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.4.0 +Version: 1.5.0 Release: dev.1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 @@ -60,7 +60,18 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Dec 01 2024 Navid Yaghoobi 1.4.0-dev-1 +* Sat Mar 01 2025 Navid Yaghoobi 1.5.0-dev + +* Sat Mar 01 2025 Navid Yaghoobi 1.4.0 +- Bump github.com/containers/podman/v5 to v5.4.0 +- Bump github.com/containers/buildah to v1.39.1 +- Bump github.com/containers/common to v0.62.0 +- Bump github.com/containers/storage to v1.57.1 +- Bump golang.org/x/crypto to v0.33.0 +- Bump github.com/go-jose/go-jose/v4 to 4.0.5 +- Bump github.com/spf13/cobra to 1.9.1 +- Bugfix panic in system events +- Docs update - merge README(s) * Sun Dec 01 2024 Navid Yaghoobi 1.3.0-1 - Bump github.com/containers/podman/v5 to v5.3.1