diff --git a/CITATION.cff b/CITATION.cff index 9bd0ed7..6f92941 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,9 +2,9 @@ cff-version: 1.2.0 message: Please use the following metadata when citing this project in your work. title: macOS abstract: Provides a shell based framework for automating the setup of a macOS machine. -version: 16.0.1 +version: 16.0.2 license: Hippocratic-2.1 -date-released: 2023-02-05 +date-released: 2023-04-02 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index ad4623c..91b67a7 100644 --- a/README.adoc +++ b/README.adoc @@ -56,7 +56,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 16.0.1 +git checkout 16.0.2 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 1469e16..f102cd9 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,12 @@ = Versions +== 16.0.2 (2023-04-02) + +* Fixed programs without extensions to install to user directory - Brooke Kuhlmann +* Updated site URLs to use bare domain - Brooke Kuhlmann +* Updated to Ruby 3.2.1 - Brooke Kuhlmann +* Updated to Ruby 3.2.2 - Brooke Kuhlmann + == 16.0.1 (2023-02-05) * Added Rake binstub - Brooke Kuhlmann