From 8f5b20904eeeb0ea626ff7f408a08ed32eb740a5 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Sat, 18 May 2019 16:31:09 -0400 Subject: [PATCH] Preparing for 0.7.2 release --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36b9769..ec5e0550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog -## 0.7.2-dev +## 0.7.3-dev + +## 0.7.2 + +Features + +* Add unit tests for untested code in asdf.sh and asdf.fish (#286, #507, #508) +* Switched to a maintained version of BATS (#521) Fixed Bugs +* Don't iterate on output of `ls` (#513) +* Check shims for full tool version so adding new versions to a shim works properly (#517, #524) + ## 0.7.1 Features @@ -12,7 +22,7 @@ Features * Add documentation about using multiple versions of the same plugin * Remove post_COMMAND hooks * Add `adsf shell` command to set a version for the current shell (#480) -* Ignore comments in .tool-versions (#498) +* Ignore comments in .tool-versions (#498, #504) Fixed Bugs