Skip to content

0.13.2

Choose a tag to compare

@uniget-bot uniget-bot released this 22 Apr 13:27
· 1603 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.13.2/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.2/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.2/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.2/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.2' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.13.1)

Features (since v0.13.1)

Dependency updates (since v0.13.1)

  • chore(deps): update dependency go to v1.22.2 (#248)
  • chore(deps): update dependency go to v1.21.9 (#247)
  • chore(deps): update actions/upload-artifact action to v4.3.2 (#246)
  • chore(deps): update github/codeql-action action to v3.25.1 (#245)
  • chore(deps): update github/codeql-action action to v3.25.0 (#244)
  • chore(deps): update golang:1.22.2 docker digest to 450e382 (#243)
  • chore(deps): update golang:1.22.2 docker digest to b994e2c (#242)
  • chore(deps): update golang:1.22.2 docker digest to 3cb9b4d (#241)

Full Changelog (since v0.13.1)

Compare with previous release