Skip to content

Commit

Permalink
Bump to v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Dec 1, 2023
1 parent 8f828a2 commit c0bf2da
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 = "0.13.0-dev"
appVersion = "0.13.0"
)

// 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 @@ -16,7 +16,7 @@

Name: podman-tui
Version: 0.13.0
Release: dev.1%{?dist}
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
URL: %{git0}
Expand Down Expand Up @@ -60,7 +60,21 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sat Nov 11 2023 Navid Yaghoobi <[email protected]> 0.13.0-dev-1
* Fri Dec 01 2023 Navid Yaghoobi <[email protected]> 0.13.0-1
- EPEL rpm package
- Adding container create mount inputfield option
- Use inputfield for container create volume option
- Github action update
- Docs update - add Gentoo in packaged versions
- Running golangci-lint on ui package
- Running golangci-lint on app package
- Running golangci-lint on config package
- Running golangci-lint on cmd package
- Bump github.com/containers/podman/v4 from 4.7.2 to 4.8.0
- Bump golang.org/x/crypto from 0.15.0 to 0.16.0
- Bump github.com/navidys/tvxwidgets from 0.4.0 to 0.4.1
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
- Bump github.com/containers/storage from 1.50.2 to 1.51.0

* Sat Nov 11 2023 Navid Yaghoobi <[email protected]> 0.12.0-1
- Bump github.com/containers/buildah from 1.31.2 to 1.32.2
Expand Down

0 comments on commit c0bf2da

Please sign in to comment.