Skip to content

0.24.1

Choose a tag to compare

@uniget-bot uniget-bot released this 09 Sep 10:41
· 584 commits to main since this release

Installation

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

Bugfixes (since v0.24.0)

Features (since v0.24.0)

  • feat: Added AGENTS.md 59f1490
  • feat: Exit early if latest version is already installed 7b775ee

Dependency updates (since v0.24.0)

  • chore(deps): update golang:1.25.1 docker digest to 8919d35 (#975)
  • fix(deps): update module github.com/spf13/viper to v1.21.0 (#973)

Full Changelog (since v0.24.0)

Compare with previous release