Skip to content

Commit

Permalink
Merge pull request #418 from navidys/bump-0.16.0
Browse files Browse the repository at this point in the history
Bump 0.16.0
  • Loading branch information
navidys authored Jan 21, 2024
2 parents 2a639a5 + 4d0b84f commit 9fbfef0
Show file tree
Hide file tree
Showing 2 changed files with 9 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.16.0-dev"
appVersion = "0.17.0-dev"
)

// versionCmd represents the version command.
Expand Down
10 changes: 8 additions & 2 deletions 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: 0.16.0
Version: 0.17.0
Release: dev.1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,7 +60,13 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Wed Dec 20 2023 Navid Yaghoobi <[email protected]> 0.16.0-dev-1
* Sun Jan 21 2024 Navid Yaghoobi <[email protected]> 0.17.0-dev-1

* Sun Jan 21 2024 Navid Yaghoobi <[email protected]> 0.16.0-1
- Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3
- Bump github.com/containerd/containerd from 1.7.9 to 1.7.11
- Bump golang.org/x/crypto from 0.17.0 to 0.18.0
- Bump github.com/containers/common from 0.57.1 to 0.57.2

* Wed Dec 20 2023 Navid Yaghoobi <[email protected]> 0.15.0-1
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [CVE-2023-48795]
Expand Down

0 comments on commit 9fbfef0

Please sign in to comment.