From a360bf535a3ab2e4a2246f5366d32ce95facad66 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Thu, 4 May 2023 09:58:35 -0600 Subject: [PATCH] Added version release notes --- CITATION.cff | 6 +++--- README.adoc | 2 +- VERSIONS.adoc | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6f92941..f17c8ee 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,10 @@ cff-version: 1.2.0 message: Please use the following metadata when citing this project in your work. title: macOS -abstract: Provides a shell based framework for automating the setup of a macOS machine. -version: 16.0.2 +abstract: Shell scripts for automated macOS machine setup. +version: 16.0.3 license: Hippocratic-2.1 -date-released: 2023-04-02 +date-released: 2023-05-18 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 91b67a7..c1b8ef5 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.2 +git checkout 16.0.3 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index f102cd9..bdcda97 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,9 @@ = Versions +== 16.0.3 (2023-05-18) + +* Updated to Caliber 0.30.0 - Brooke Kuhlmann + == 16.0.2 (2023-04-02) * Fixed programs without extensions to install to user directory - Brooke Kuhlmann