Alice v0.3.0

Announcing the release of Alice v0.3.0!

This release starts following the XDG Base Directory Specification. This means there is no longer a ~/.alice directory. Tools are installed to ~/.local/share/alice/current/bin, and Alice’s executable is installed to ~/.local/bin if using the install script.

This is a breaking change.

Migrating from earlier versions

If you installed OCaml development tools with Alice, delete your ~/.alice directory and run alice tools install to re-install tools to a new location which complies with the to the XDG spec.

Install Alice v0.3.0

On macOS and Linux, the latest version of Alice can be installed with Homebrew:

brew install alicecaml/homebrew-tap/alice

Alternatively, on macOS and Linux, Alice v0.3.0 can be installed by running the install script:

curl -fsSL https://alicecaml.org/install.sh | sh -s -- 0.3.0

On NixOS, Alice v0.3.0 can be installed via the flake github:alicecaml/alice/0.3.0, e.g.:

nix shell github:alicecaml/alice/0.3.0

Read more about installing Alice here.

Release Notes

Changed

Fixed