Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Jan 26, 2025
1 parent 4aa8475 commit 125d760
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.3.0"
appVersion = "1.3.1"
)

// versionCmd represents the version command.
Expand Down
9 changes: 8 additions & 1 deletion podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global git0 https://%{import_path}

Name: podman-tui
Version: 1.3.0
Version: 1.3.1
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,6 +60,13 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun 26 Jan 2025 Navid Yaghoobi <[email protected]> 1.3.1-1
- Bump github.com/containers/podman/v5 from 5.3.1 to 5.3.2
- Packit update epel + centos stream
- Bump golang.org/x/net from 0.30.0 to 0.33.0
- Bump github.com/gdamore/tcell/v2 from 2.7.4 to 2.8.1
- Bump golang.org/x/crypto from 0.29.0 to 0.32.0

* Sun Dec 01 2024 Navid Yaghoobi <[email protected]> 1.3.0-1
- Bump github.com/containers/podman/v5 to v5.3.1
- Bump github.com/containers/buildah to v1.38.0
Expand Down

0 comments on commit 125d760

Please sign in to comment.