Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 2.32 KB

Changelog

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.

Moved to GitHub Releases

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

Fixed

  • Fix startup error in fish shell #93

1.1.3 - 2021-06-12

Fixed

  • Fixed a variable name #75
  • Run pyenv init --path for pyenv 2 #92

1.1.2 - 2020-08-14

Fixed

  • Fix tfenv issue while anyenv init
  • Fix fish variable exporting to global scope

1.1.1 - 2019-06-10

Fixed

  • Fix anyenv install issue with Homebrew installation due to no ANYENV_ENVS_ROOT

1.1.0 - 2019-04-07

Added

  • CHANGELOG

Changed

  • README now mentions to use anyenv init for shell integration

Fixed

  • Fix issue of warning message by using printf instead of echo -e

1.0.1 - 2019-01-22

Note: This git tag was missed to commit in master branch. Sorry...

Added

  • Print warning message for initialization

1.0.0 - 2019-01-21

  • Initial release

Added (since repository changed)

Changed (since repository changed)

  • 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