mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Update changelog with details on 0.8.1 release
This commit is contained in:
parent
24d79d4d92
commit
0a5fb17d7e
48
CHANGELOG.md
48
CHANGELOG.md
@ -1,6 +1,52 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.8.1-dev
|
## 0.8.2-dev
|
||||||
|
|
||||||
|
## 0.8.1
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
* Support for latest version in shell, local, and global commands (#802, #801)
|
||||||
|
* Parallel updating of all plugins (#626, #530)
|
||||||
|
* Print documentation website and GitHub URLs in help command (#820)
|
||||||
|
|
||||||
|
Fixed Bugs
|
||||||
|
|
||||||
|
* Fix plugin-update --all when there are no plugins (#805, #803)
|
||||||
|
* Ban `echo` command from asdf codebase (#806, #781)
|
||||||
|
* Add basic tests for for plugin-update command (#807, #626)
|
||||||
|
* Cleanup unused code in plugin update tests (#810)
|
||||||
|
* Fix resolution of relative symlinks (#815, #625)
|
||||||
|
* Fixes to GitHub workflow (#833)
|
||||||
|
* Update no plugin installed error message (#818)
|
||||||
|
* Remove process substitution that was problematic when POSIXLY_CORRECT is set (#851, #581)
|
||||||
|
* Fix warnings from find command (#853)
|
||||||
|
* Ban the `sort -V` command from the asdf codebase (#755, #754, #867)
|
||||||
|
* Fix `plugin update --all` so that the default branch is used for each plugin (#800)
|
||||||
|
* Fix issues with awk command on some platforms used by plugin update command (#924, #899, #919)
|
||||||
|
* Add completion for the `system` version (#911)
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
|
||||||
|
* Link to Homebrew common issues from documentation site (#795)
|
||||||
|
* Remove -vm suffix name in documentation (#798, #796)
|
||||||
|
* Fix file renames in release script (#809)
|
||||||
|
* Update supported versions in documentation (#825)
|
||||||
|
* Fix references to icongram files (#827)
|
||||||
|
* Fix broken links in CONTRIBUTING.md (#832, #852)
|
||||||
|
* Fix broken link in README.md (#835)
|
||||||
|
* Improve zsh completion directions for macOS,ZSH,Homebrew (#843)
|
||||||
|
* Add GitHub discussions link (#839)
|
||||||
|
* Add note about unsolicited formatting pull requests (#848, #847)
|
||||||
|
* Fix formatting of GitHub name (#847)
|
||||||
|
* Explain the difference between ASDF_DIR and ASDF_DATA_DIR (#855)
|
||||||
|
* Update BATS link to bats-core GitHub repo (#858)
|
||||||
|
* Instruct users to symlink completions for Fish shell (#860)
|
||||||
|
* Support alternate locations for `.zshrc` (#871)
|
||||||
|
* Add "Add translation" link to navbar (#876)
|
||||||
|
* Clarify usage of the ASDF_DEFAULT_TOOL_VERSIONS_FILENAME variable (#912, #900)
|
||||||
|
* Show how to use the `system` version (#925, #868)
|
||||||
|
* Remove instructions for installing dependencies for Homebrew installs (#937, #936)
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user