Skip to content

Aether 0.471.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:44
Immutable release. Only release title and notes can be modified.
9b57364

What's new in 0.471.0

Fixed

  • Repository URLs pointed at the pre-rename organisation. Every
    github.com/aether-lang-org/... reference (57 across the README, LLM.md,
    docs, get.sh, the release workflow, Docker scripts and the Makefile) now
    names aether-lang-dev. They had been resolving only through GitHub's
    rename redirect, a silent dependency that breaks the install one-liner,
    the release pipeline's crossbuild checkout and every documented clone
    command the day it lapses. Each rewritten target was verified to resolve,
    including the raw.githubusercontent.com one-liner and the workflow's
    repository: field, neither of which is a github.com URL. The
    servirtium-vcr links were wrong independently of the rename: that repo
    lives in the servirtium org and never existed under Aether's (LLM.md
    already said so in one place), so those five now point at
    servirtium/servirtium-vcr. CHANGELOG-archive.md keeps its historical
    URLs as written.

Downloads

Platform Architecture File Notes
Linux x86_64 aether-0.471.0-linux-x86_64.tar.gz
macOS x86_64 aether-0.471.0-macos-x86_64.tar.gz
macOS arm64 aether-0.471.0-macos-arm64.tar.gz
Windows x86_64 aether-0.471.0-windows-x86_64.zip

Quick install

Linux / macOS

# Download the archive for your platform, then:
tar -xzf aether-0.471.0-<platform>.tar.gz
export PATH="$PWD/bin:$PATH"
ae version

Windows

Extract the .zip archive, then run bin\ae.exe version from the extracted folder.


Documentation: https://github.com/aether-lang-dev/aether#readme