Added version release notes

This commit is contained in:
Brooke Kuhlmann
2024-11-11 08:06:26 -07:00
parent ee28395f66
commit f0fded3d1e
3 changed files with 7 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: Shell scripts for automated macOS machine setup.
version: 19.1.0
version: 19.1.1
license: Hippocratic-2.1
date-released: 2024-11-09
date-released: 2024-11-11
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -53,7 +53,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 19.1.0
git checkout 19.1.1
----
== Usage

View File

@@ -1,5 +1,9 @@
= Versions
== 19.1.1 (2024-11-11)
* ✅ Fixed library install order - Brooke Kuhlmann
== 19.1.0 (2024-11-09)
* 🔼 Updated to Caliber 0.64.0 - Brooke Kuhlmann