Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:31
· 4 commits to main since this release
d15d2a1

Install

# Go module (any platform with Go toolchain)
go install github.com/iome-sh/iomesh-tui/cmd/iomesh@v1.1.0

# Or download the archive for your OS/arch from the Assets list below.
# Each archive has a matching *.sbom.spdx.json supply-chain bill of materials.
# checksums.txt is keyless-signed (cosign); verify with:
#   cosign verify-blob --certificate checksums.txt.pem --signature checksums.txt.sig \
#     --certificate-identity-regexp 'https://github.com/iome-sh/iomesh-tui/.*' \
#     --certificate-oidc-issuer https://token.actions.githubusercontent.com \
#     checksums.txt

See RELEASING.md and CHANGELOG.md.