Skip to content

v0.2.1

Choose a tag to compare

@CybotTM CybotTM released this 28 Feb 20:27
v0.2.1
777f190

Changes

  • chore: bump version to 0.2.1
  • chore(deps): require netresearch/nr-vault ^0.4.0

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.2.1.zip.bundle \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr_llm-0.2.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.

Full Changelog: v0.2.0...v0.2.1