Skip to content

Commit

Permalink
Bump to v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Dec 9, 2023
1 parent c90868e commit c545dbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
appVersion = "0.14.0-dev"
appVersion = "0.14.0"
)

// versionCmd represents the version command.
Expand Down
12 changes: 10 additions & 2 deletions podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Name: podman-tui
Version: 0.14.0
Release: dev.1%{?dist}
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
URL: %{git0}
Expand Down Expand Up @@ -60,7 +60,15 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Fri Dec 01 2023 Navid Yaghoobi <[email protected]> 0.14.0-dev-1
* Sat Dec 09 2023 Navid Yaghoobi <[email protected]> 0.14.0-1
- Container create dialog - user/groups category options
- Container create dialog - environment category options
- Container create dialog - privileged and timeout options
- Bump github.com/containers/common from 0.57.0 to 0.57.1
- Bump github.com/containers/podman/v4 from 4.8.0 to 4.8.1
- Bump actions/stale from 8 to 9
- Bump actions/setup-python from 4 to 5
- Bump actions/setup-go from 4 to 5

* Fri Dec 01 2023 Navid Yaghoobi <[email protected]> 0.13.0-1
- EPEL rpm package
Expand Down

0 comments on commit c545dbd

Please sign in to comment.