Added version release notes

This commit is contained in:
Brooke Kuhlmann
2021-08-01 08:46:48 -06:00
parent 80f289a6b8
commit 3ddb8b0970
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
= Changes = Changes
== 13.0.0 (2021-08-01)
* Added install Node function - Brooke Kuhlmann
* Updated Node package install script to use NPM - Brooke Kuhlmann
* Updated Ruby installer to use Frum - Brooke Kuhlmann
* Updated shell option help text - Brooke Kuhlmann
* Removed NPM install check function - Brooke Kuhlmann
== 12.0.1 (2021-07-17) == 12.0.1 (2021-07-17)
* Updated to Ruby 3.0.1 - Brooke Kuhlmann * Updated to Ruby 3.0.1 - Brooke Kuhlmann

View File

@@ -59,7 +59,7 @@ To install, run:
---- ----
git clone https://github.com/bkuhlmann/mac_os.git git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os cd mac_os
git checkout 12.0.1 git checkout 13.0.0
---- ----
== Usage == Usage