Skip to content

v1.1.5 - 2024-10-19

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 18:01
a7741ec

Release Notes

Added

  • N/A

Changed

  • uplc: Fix costing of byteStringToInteger builtins. @MicroProofs
  • aiken-lang: Fix data-type reification from Void; somehow missing from known definition 🤦. @KtorZ

Removed

  • N/A

Install aiken 1.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aiken-lang/aiken/releases/download/v1.1.5/aiken-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/aiken-lang/aiken/releases/download/v1.1.5/aiken-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @aiken-lang/[email protected]

Install prebuilt binaries via Homebrew

brew install aiken-lang/tap/aiken

Download aiken 1.1.5

File Platform Checksum
aiken-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
aiken-x86_64-apple-darwin.tar.gz Intel macOS checksum
aiken-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
aiken-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum