diff --git a/CHANGES.adoc b/CHANGES.adoc index b8b3b9d..dfb4a6d 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,19 @@ = Changes +== 15.0.0 (2021-12-27) + +* Fixed Hippocratic license structure - Brooke Kuhlmann +* Fixed README changes and credits sections - Brooke Kuhlmann +* Fixed Rubocop Bundler/OrderedGems issue - Brooke Kuhlmann +* Fixed contributing documentation - Brooke Kuhlmann +* Added README community link - Brooke Kuhlmann +* Added README troubleshooting guide for SMC reset - Brooke Kuhlmann +* Added project citation information - Brooke Kuhlmann +* Updated GitHub issue template - Brooke Kuhlmann +* Updated to Hippocratic License 3.0.0 - Brooke Kuhlmann +* Updated to Ruby 3.0.3 - Brooke Kuhlmann +* Updated to Ruby 3.1.0 - Brooke Kuhlmann + == 14.0.0 (2021-10-25) * Updated to macOS Monterey - Brooke Kuhlmann diff --git a/CITATION.cff b/CITATION.cff index e969e4e..1490cb9 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: 14.0.0 +version: 15.0.0 license: Hippocratic-3.0 -date-released: 2021-10-25 +date-released: 2021-12-27 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 14d8c3d..ecdbcdc 100644 --- a/README.adoc +++ b/README.adoc @@ -59,7 +59,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 14.0.0 +git checkout 15.0.0 ---- == Usage