diff --git a/CITATION.cff b/CITATION.cff index 0d0ae17..b53aedd 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: Shell scripts for automated macOS machine setup. -version: 18.0.0 +version: 18.1.0 license: Hippocratic-2.1 -date-released: 2024-01-06 +date-released: 2024-02-25 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index fa83cee..2b9700e 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 18.0.0 +git checkout 18.1.0 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index ad5a03c..d65ec89 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,11 @@ = Versions +== 18.1.0 (2024-02-25) + +* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann +* 🔁 Refactored bin script printing - Brooke Kuhlmann +* 🔁 Refactored library functions - Brooke Kuhlmann + == 18.0.0 (2024-01-06) * Added Rakefile quality task - Brooke Kuhlmann