From 33fe1c70030505b48d8591a7b545d0c967be4a51 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Thu, 28 Sep 2023 19:49:27 -0600 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 5c116a5..c6628fa 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: 16.0.4 +version: 17.0.0 license: Hippocratic-2.1 -date-released: 2023-06-19 +date-released: 2023-09-28 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 560313f..17f1262 100644 --- a/README.adoc +++ b/README.adoc @@ -56,7 +56,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 16.0.4 +git checkout 17.0.0 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 828a551..eeb0677 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,10 @@ = Versions +== 17.0.0 (2023-09-28) + +* Added Debug gem - Brooke Kuhlmann +* Updated to macOS Sonoma - Brooke Kuhlmann + == 16.0.4 (2023-06-19) * Updated to Caliber 0.35.0 - Brooke Kuhlmann