Added version release notes

This commit is contained in:
Brooke Kuhlmann
2022-04-17 11:32:19 -06:00
parent 4dc5f3d363
commit b270852fb5
3 changed files with 11 additions and 3 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.3 version: 15.0.4
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2022-03-16 date-released: 2022-04-17
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.3 git checkout 15.0.4
---- ----
== Usage == Usage

View File

@@ -1,5 +1,13 @@
= Versions = Versions
== 15.0.4 (2022-04-17)
* Added GitHub sponsorship configuration - Brooke Kuhlmann
* Updated to Caliber 0.4.0 - Brooke Kuhlmann
* Updated to Caliber 0.5.0 - Brooke Kuhlmann
* Updated to Git Lint 4.0.0 - Brooke Kuhlmann
* Updated to Ruby 3.1.2 - Brooke Kuhlmann
== 15.0.3 (2022-03-16) == 15.0.3 (2022-03-16)
* Fixed Homebrew install to initially default to ZSH - Brooke Kuhlmann * Fixed Homebrew install to initially default to ZSH - Brooke Kuhlmann