Skip to content

0.13.1

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 09 Apr 21:02
· 554 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.13.1/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget

Signature verification

curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.1/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.1/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.1/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
    --certificate uniget_linux_$(uname -m).tar.gz.pem \
    --signature uniget_linux_$(uname -m).tar.gz.sig \
    --certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.13.1' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.13.0)

Features (since v0.13.0)

Dependency updates (since v0.13.0)

  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#240)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.7 (#239)
  • chore(deps): update github/codeql-action action to v3.24.10 (#238)
  • fix(deps): update module golang.org/x/sys to v0.19.0 (#237)
  • chore(deps): update golang docker tag to v1.22.2 (#236)
  • chore(deps): update golangci/golangci-lint docker tag to v1.57.2 (#235)

Full Changelog (since v0.13.0)

Compare with previous release