Skip to content

Commit 204d054

Browse files
committed
Bump to v1.4.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent d88a67a commit 204d054

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
appVersion = "1.4.0-dev"
10+
appVersion = "1.4.0"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Name: podman-tui
1818
Version: 1.4.0
19-
Release: dev.1%{?dist}
19+
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
2222
URL: %{git0}
@@ -60,7 +60,16 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63-
* Sun Dec 01 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.4.0-dev-1
63+
* Sat Mar 01 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.4.0
64+
- Bump github.com/containers/podman/v5 to v5.4.0
65+
- Bump github.com/containers/buildah to v1.39.1
66+
- Bump github.com/containers/common to v0.62.0
67+
- Bump github.com/containers/storage to v1.57.1
68+
- Bump golang.org/x/crypto to v0.33.0
69+
- Bump github.com/go-jose/go-jose/v4 to 4.0.5
70+
- Bump github.com/spf13/cobra to 1.9.1
71+
- Bugfix panic in system events
72+
- Docs update - merge README(s)
6473

6574
* Sun Dec 01 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.3.0-1
6675
- Bump github.com/containers/podman/v5 to v5.3.1

0 commit comments

Comments
 (0)