Added version release notes

This commit is contained in:
Brooke Kuhlmann
2022-12-25 19:34:57 -07:00
parent 4159fbce71
commit 24bf3a7e62
4 changed files with 23 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ cff-version: 1.2.0
message: Please use the following metadata when citing this project in your work. message: Please use the following metadata when citing this project in your work.
title: macOS title: macOS
abstract: Provides a shell based framework for automating the setup of a macOS machine. 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 license: Hippocratic-2.1
date-released: 2022-05-07 date-released: 2022-12-25
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

@@ -56,7 +56,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 15.0.5 git checkout 16.0.0
---- ----
== Usage == Usage

View File

@@ -5,4 +5,5 @@ require "rubocop/rake_task"
RuboCop::RakeTask.new RuboCop::RakeTask.new
task default: %i[git_lint rubocop] # task default: %i[git_lint rubocop]
task default: %i[rubocop]

View File

@@ -1,5 +1,23 @@
= Versions = 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) == 15.0.5 (2022-05-07)
* Updated to Caliber 0.6.0 - Brooke Kuhlmann * Updated to Caliber 0.6.0 - Brooke Kuhlmann