diff --git a/cmd/version.go b/cmd/version.go index a752f2ad9..cb2aff207 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "1.0.0-dev" + appVersion = "1.0.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 0e1655795..8f5d1d610 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 1.0.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,11 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sat Mar 16 2024 Navid Yaghoobi 1.0.0-dev-1 +* Wed Mar 20 2024 Navid Yaghoobi 1.0.0-1 +- Podman v5 support (5.0.0) +- Bump github.com/containers/buildah to v1.35.1 +- Bump github.com/containers/common to v0.58.0 +- Bump github.com/containers/storage to v1.53.0 * Sat Mar 16 2024 Navid Yaghoobi 0.18.0-1 - Resolves Substitute env variables in config file