From d77db5fd4408c6eba8279fae034862fb564ceaa0 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 10 Mar 2023 22:10:59 +1100 Subject: [PATCH] bump to 0.9.1 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 55c427540..9048219bd 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.9.0" + appVersion = "0.9.1" ) // versionCmd represents the version command diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index df9d060da..b64a47e9f 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -15,7 +15,7 @@ %global git0 https://%{import_path} Name: podman-tui -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 @@ -60,6 +60,9 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog +* Fri Mar 10 2023 Navid Yaghoobi 0.9.1-1 +- Container create error fix when selecting a volume + * Sun Mar 05 2023 Navid Yaghoobi 0.9.0-1 - New feature - container healthcheck - UI style update