Skip to content

Commit

Permalink
Merge pull request #467 from navidys/bump-1.0.0
Browse files Browse the repository at this point in the history
Bump 1.0.0
  • Loading branch information
navidys authored Mar 20, 2024
2 parents 381f264 + c344060 commit 97f75cb
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 = "1.0.0-dev"
appVersion = "1.1.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: 1.0.0
Version: 1.1.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
* Sat Mar 16 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.0.0-dev-1
* Wed Mar 20 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.1.0-dev-1

* Wed Mar 20 2024 Navid Yaghoobi <navidys@fedoraproject.org> 1.0.0-1
- Podman v5 support (5.0.0)
- Bump github.com/containers/buildah to v1.35.1
- Bump github.com/containers/common to v0.58.0
- Bump github.com/containers/storage to v1.53.0

* Sat Mar 16 2024 Navid Yaghoobi <navidys@fedoraproject.org> 0.18.0-1
- Resolves Substitute env variables in config file
Expand Down

0 comments on commit 97f75cb

Please sign in to comment.