Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 22:53
b93ebeb

0.5.0 (2026-04-24)

Features

  • bench: resource-monitor integration for benchmark orchestration (#159) (#160) (69d05b0)
  • kdl: add scoped inferred IDs for tuple diagnostics (#195) (5f28bf3)
  • kdl: add tuple-domain validation and nodal tracer bullet (#196) (016b3db)
  • kdl: explicit tuple subset declarations for constraints (#192) (b768778)
  • kdl: parse new syntax aliases with compatibility tests (#182) (493cd8d)

Bug Fixes

Refactoring

Documentation

  • add filter RHS semantics conformance matrix (#198) (1a43c13)
  • add table of contents to arco KDL syntax specification (#194) (386f2b8)
  • refresh README syntax examples (#174) (9b0cf57)

CI

  • gate benchmark alerts to pull requests (#197) (46e102a)

Build

  • deps: bump actions/cache from 5.0.4 to 5.0.5 (#201) (4d5f9b5)
  • deps: bump actions/upload-artifact from 7.0.0 to 7.0.1 (#200) (a2c9f45)
  • deps: bump googleapis/release-please-action from 4.4.0 to 4.4.1 (#168) (d06890a)

Tests

  • expand filter RHS conformance coverage for mapped and alias cases (#199) (5d3483f)

Install arco-cli 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NatLabRockies/arco/releases/download/v0.5.0/arco-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NatLabRockies/arco/releases/download/v0.5.0/arco-cli-installer.ps1 | iex"

Download arco-cli 0.5.0

File Platform Checksum
arco-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
arco-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
arco-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
arco-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
arco-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
arco-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
arco-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum