Skip to content

v1.1.1 - 2024-09-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 11:39
0905146

Release Notes

Added

  • N/A

Changed

  • aiken-lang: Fix validator's else handler generation. See #1015 @KtorZ
  • aiken-lang: Fix underflow in error message reported by the validator arity. See #1013 @KtorZ
  • aiken-lang: Fix list-pattern needlessly formatting over multiple lines. @KtorZ
  • aiken-lang: Fix formatter on long alternative patterns spanning over multiple lines. @KtorZ
  • aiken-lang: Fix needed parentheses under trace-if-false operator for todo, fail, unop & pipelines; removed when formatting. @KtorZ
  • aiken-lang: Fix formatter removing curly braces around multi-line constants. It's fine to not have curly braces, but it's the Aiken signature after all. @KtorZ
  • aiken-lang: Improve LSP suggestion for module imports. @Riley-Kilgore

Removed

  • N/A

Install aiken 1.1.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/aiken-lang/aiken/releases/download/v1.1.1/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.1

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-gnu.tar.gz x64 Linux checksum