Skip to content

0.17.10

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 01 Sep 11:38
· 41 commits to main since this release

Installation

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

Bugfixes (since v0.17.9)

  • [Bug]: First search returns no results, always have to search twice (#353)

Features (since v0.17.9)

Dependency updates (since v0.17.9)

  • chore(deps): update actions/upload-artifact action to v4.4.0 (#363)
  • chore(deps): update github/codeql-action action to v3.26.6 (#362)
  • chore(deps): update github/codeql-action action to v3.26.5 (#361)
  • chore(deps): update golangci/golangci-lint docker tag to v1.60.3 (#359)
  • chore(deps): update github/codeql-action action to v3.26.4 (#358)
  • chore(deps): update golangci/golangci-lint docker tag to v1.60.2 (#357)
  • chore(deps): update github/codeql-action action to v3.26.3 (#356)
  • chore(deps): update golang:1.23.0 docker digest to 613a108 (#355)
  • chore(deps): update github/codeql-action action to v3.26.2 (#354)
  • chore(deps): update golangci/golangci-lint docker tag to v1.60.1 (#352)
  • chore(deps): update golang docker tag to v1.23.0 (#351)
  • chore(deps): update github/codeql-action action to v3.26.1 (#350)
  • chore(deps): update golang:1.22.6 docker digest to d5e49f9 (#349)
  • chore(deps): update dependency go to v1.23.0 (#348)
  • chore(deps): update golang:1.22.6 docker digest to bb9d8c4 (#347)
  • chore(deps): update golang:1.22.6 docker digest to 305aae5 (#346)

Full Changelog (since v0.17.9)

Compare with previous release