Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 11:37
· 4331 commits to main since this release
237ed8d

Milestone
v0.1.2...v0.2.0

Breaking Change

The symbolic links are created in $AQUA_ROOT_DIR/.aqua/bin.
So please add $AQUA_ROOT_DIR/.aqua/bin to PATH.

You don't have to add .aqua/bin to the environment variable per aqua.yaml.

If the symbolic link exists but the package isn't found in aqua.yaml, aqua finds the command from other than $AQUA_ROOT_DIR.

Migration guide

Add add $AQUA_ROOT_DIR/.aqua/bin to PATH.

export PATH="${AQUA_ROOT_DIR:-$HOME/.aqua}/bin:$PATH"

If you already use aqua v0.1, the directories .aqua were created in your repository. Please remove them.

rm -R .aqua

And remove .aqua/bin from the environment variable PATH.
To set add .aqua/bin to the environment variable PATH, you don't have to use direnv or something anymore.