Added version release notes

This commit is contained in:
Brooke Kuhlmann
2023-09-28 19:49:27 -06:00
parent 605b1e4c3f
commit 33fe1c7003
3 changed files with 8 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: Shell scripts for automated macOS machine setup. abstract: Shell scripts for automated macOS machine setup.
version: 16.0.4 version: 17.0.0
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2023-06-19 date-released: 2023-09-28
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 16.0.4 git checkout 17.0.0
---- ----
== Usage == Usage

View File

@@ -1,5 +1,10 @@
= Versions = Versions
== 17.0.0 (2023-09-28)
* Added Debug gem - Brooke Kuhlmann
* Updated to macOS Sonoma - Brooke Kuhlmann
== 16.0.4 (2023-06-19) == 16.0.4 (2023-06-19)
* Updated to Caliber 0.35.0 - Brooke Kuhlmann * Updated to Caliber 0.35.0 - Brooke Kuhlmann