Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 22:42
v0.1.1
9fb7863

Changes

  • chore: release v0.1.1 (#24)
  • chore: bump version to 0.1.1
  • fix(ci): create zip archive for TER upload (#23)
  • fix(ci): create zip archive for TER upload

Installation

composer require netresearch/nr-llm

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

# Install cosign
go install github.com/sigstore/cosign/v2/cmd/cosign@latest

# Verify artifact signature
cosign verify-blob \
  --bundle nr_llm-0.1.1.zip.bundle \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr_llm-0.1.1.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.

What's Changed

Full Changelog: v0.1.0...v0.1.1