All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
GitHub Releases is more sophisticated way to organize changelog. Since 1.1.5, we'll use it to record the changes per release.
https://github.com/anyenv/anyenv/releases
1.1.4 - 2021-07-19
- Fix startup error in fish shell #93
1.1.3 - 2021-06-12
1.1.2 - 2020-08-14
- Fix tfenv issue while
anyenv init
- Fix fish variable exporting to global scope
1.1.1 - 2019-06-10
- Fix
anyenv install
issue with Homebrew installation due to noANYENV_ENVS_ROOT
1.1.0 - 2019-04-07
- CHANGELOG
- README now mentions to use
anyenv init
for shell integration
- Fix issue of warning message by using
printf
instead ofecho -e
1.0.1 - 2019-01-22
Note: This git tag was missed to commit in master branch. Sorry...
- Print warning message for initialization
1.0.0 - 2019-01-21
- Initial release
- Bundled envs are removed and separeted to anyenv/anyenv-install
- If you upgrade anyenv from order version, you need to install manifest. More details are here