From 4c01cfa3235c4684536308dfc94105eb320bf20a Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 9 Nov 2024 08:25:19 -0700 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 240984c..e0c12ed 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.0.1 +version: 19.1.0 license: Hippocratic-2.1 -date-released: 2024-11-05 +date-released: 2024-11-09 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index a7d8d67..0439209 100644 --- a/README.adoc +++ b/README.adoc @@ -53,7 +53,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 19.0.1 +git checkout 19.1.0 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index d2253db..1455a1e 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,10 @@ = Versions +== 19.1.0 (2024-11-09) + +* 🔼 Updated to Caliber 0.64.0 - Brooke Kuhlmann +* 🔼 Updated to Git Lint 8.7.0 - Brooke Kuhlmann + == 19.0.1 (2024-11-05) * 🟢 Added macOS Defaults documentation link - Brooke Kuhlmann