Added version release notes

This commit is contained in:
Brooke Kuhlmann
2022-05-07 10:19:46 -06:00
parent 2a01bac2b0
commit c3310ad0f0
3 changed files with 9 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.
title: macOS
abstract: Provides a shell based framework for automating the setup of a macOS machine.
version: 15.0.4
version: 15.0.5
license: Hippocratic-2.1
date-released: 2022-04-17
date-released: 2022-05-07
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -56,7 +56,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 15.0.4
git checkout 15.0.5
----
== Usage

View File

@@ -1,5 +1,11 @@
= Versions
== 15.0.5 (2022-05-07)
* Updated to Caliber 0.6.0 - Brooke Kuhlmann
* Updated to Caliber 0.7.0 - Brooke Kuhlmann
* Updated to Caliber 0.8.0 - Brooke Kuhlmann
== 15.0.4 (2022-04-17)
* Added GitHub sponsorship configuration - Brooke Kuhlmann