Skip to content

Releases: macromackie/tenet

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 06:15

Release Notes

  • Use --endpoint or TENET_ENDPOINT to run checks through a trusted provider proxy.

Install tenet 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/tenet/releases/download/v0.3.1/tenet-installer.sh | sh

Download tenet 0.3.1

File Platform Checksum
tenet-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tenet-x86_64-apple-darwin.tar.xz Intel macOS checksum
tenet-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tenet-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 05:29

Release Notes

  • check --base REF assesses before/after changes under a valid-base assumption. It replaces --changed-since. Full checks also assess repository context, including missing required files.
  • check --snapshot DIR --patch FILE checks a copied repository without modifying the original.
  • eval FIXTURES runs repositories and patches against expected contract conclusions. Use --case to select a case and --validate to check fixtures offline. Reports are saved under .tenet/evals/.
  • Terminal output shows one result per contract with steady progress. Only failures include requirement snippets. Use --reporter verbose for file judgments.
  • Unresolved contracts exit 0. Failures exit 1; execution errors and incomplete checks remain nonzero. Evaluation mismatches exit 0 unless --strict is set.

See Evaluation and Output for the updated formats.

Install tenet 0.3.0

Install prebuilt binaries via shell script

curl -fsSL https://tenet-contracts.com/v0.3.0/install.sh | bash

Download tenet 0.3.0

File Platform Checksum
tenet-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tenet-x86_64-apple-darwin.tar.xz Intel macOS checksum
tenet-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tenet-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 22:13

Install tenet 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/macromackie/tenet/releases/download/v0.2.0/tenet-installer.sh | sh

Download tenet 0.2.0

File Platform Checksum
tenet-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tenet-x86_64-apple-darwin.tar.xz Intel macOS checksum
tenet-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tenet-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum