diff --git a/CITATION.cff b/CITATION.cff index 1cd88d9..4590e11 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: 15.0.5 +version: 16.0.0 license: Hippocratic-2.1 -date-released: 2022-05-07 +date-released: 2022-12-25 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index d48b4a4..7be4118 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 15.0.5 +git checkout 16.0.0 ---- == Usage diff --git a/Rakefile b/Rakefile index a3fcb2d..c6a37e7 100644 --- a/Rakefile +++ b/Rakefile @@ -5,4 +5,5 @@ require "rubocop/rake_task" RuboCop::RakeTask.new -task default: %i[git_lint rubocop] +# task default: %i[git_lint rubocop] +task default: %i[rubocop] diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 1bdcf3f..6f96e5a 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,23 @@ = Versions +== 16.0.0 (2022-12-25) + +* Fixed Node installer to detect Node and version - Brooke Kuhlmann +* Fixed Ruby installer to pass configuration options - Brooke Kuhlmann +* Updated README sections - Brooke Kuhlmann +* Updated installs for basic, default, and shell scripts - Brooke Kuhlmann +* Updated run script to distinquish between applications and libraries - Brooke Kuhlmann +* Updated to Caliber 0.11.0 - Brooke Kuhlmann +* Updated to Caliber 0.16.0 - Brooke Kuhlmann +* Updated to Ruby 3.1.3 - Brooke Kuhlmann +* Updated to Ruby 3.2.0 - Brooke Kuhlmann +* Updated to macOS Ventura - Brooke Kuhlmann +* Removed configure software script - Brooke Kuhlmann +* Removed mention of Intel CPUs from boot disk instructions - Brooke Kuhlmann +* Removed system update from Ruby install - Brooke Kuhlmann +* Removed uninstallers and reinstallers - Brooke Kuhlmann +* Refactored download file function to use multi-line curl command - Brooke Kuhlmann + == 15.0.5 (2022-05-07) * Updated to Caliber 0.6.0 - Brooke Kuhlmann