Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 1, 2025
1 parent d88a67a commit 204d054
Show file tree
Hide file tree
Showing 2 changed files with 12 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 = "1.4.0-dev"
appVersion = "1.4.0"
)

// versionCmd represents the version command.
Expand Down
13 changes: 11 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: 1.4.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,16 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun Dec 01 2024 Navid Yaghoobi <[email protected]> 1.4.0-dev-1
* Sat Mar 01 2025 Navid Yaghoobi <[email protected]> 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 <[email protected]> 1.3.0-1
- Bump github.com/containers/podman/v5 to v5.3.1
Expand Down

0 comments on commit 204d054

Please sign in to comment.