Skip to content

Commit

Permalink
Merge pull request #508 from navidys/bump-1.2.0
Browse files Browse the repository at this point in the history
Bump 1.2.0
  • Loading branch information
navidys authored Aug 3, 2024
2 parents bb8eb34 + 46c8317 commit 6d6cf81
Show file tree
Hide file tree
Showing 2 changed files with 17 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.2.0-dev"
appVersion = "1.3.0-dev"
)

// versionCmd represents the version command.
Expand Down
18 changes: 16 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: 1.2.0
Version: 1.3.0
Release: dev.1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,7 +60,21 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun Jun 02 2024 Navid Yaghoobi <[email protected]> 1.2.0-dev-1
* Sat Aug 03 2024 Navid Yaghoobi <[email protected]> 1.3.0-dev-1

* Sat Aug 03 2024 Navid Yaghoobi <[email protected]> 1.2.0-1
- New feature - secrets page
- Secret create and remove command
- Fix container exec error dialog hang
- Packit targets update
- Vagrant update to fedora 40
- Go version update 1.21.0
- README.md update
- Bump github.com/containers/podman/v5 from 5.1.0 to 5.2.0
- Bump github.com/containers/common from 0.59.1 to 0.59.2
- Bump golang.org/x/crypto from 0.23.0 to 0.25.0
- Bump github.com/gorilla/schema from 1.3.0 to 1.4.1
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1

* Sun Jun 02 2024 Navid Yaghoobi <[email protected]> 1.1.0-1
- Bump github.com/containers/podman from 5.0.3 to 5.1.0
Expand Down

0 comments on commit 6d6cf81

Please sign in to comment.