Added version release notes

This commit is contained in:
Brooke Kuhlmann
2024-11-05 18:43:13 -07:00
parent 780c225c1f
commit bf9bed3fdf
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: 19.0.0 version: 19.0.1
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2024-09-19 date-released: 2024-11-05
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

@@ -53,7 +53,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 19.0.0 git checkout 19.0.1
---- ----
== Usage == Usage

View File

@@ -1,5 +1,10 @@
= Versions = Versions
== 19.0.1 (2024-11-05)
* 🟢 Added macOS Defaults documentation link - Brooke Kuhlmann
* 🔼 Updated to Ruby 3.3.6 - Brooke Kuhlmann
== 19.0.0 (2024-09-19) == 19.0.0 (2024-09-19)
* 🟢 Added version release notes - Brooke Kuhlmann * 🟢 Added version release notes - Brooke Kuhlmann