From 63ef52185b2554eaf86473acf296a8eedaaf5a13 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 19 Jun 2023 16:59:56 -0600 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f17c8ee..5c116a5 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.3 +version: 16.0.4 license: Hippocratic-2.1 -date-released: 2023-05-18 +date-released: 2023-06-19 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index c1b8ef5..fcf8977 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.3 +git checkout 16.0.4 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index bdcda97..828a551 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,11 @@ = Versions +== 16.0.4 (2023-06-19) + +* Updated to Caliber 0.35.0 - Brooke Kuhlmann +* Updated to Git Lint 6.0.0 - Brooke Kuhlmann +* Updated to Refinements 11.0.0 - Brooke Kuhlmann + == 16.0.3 (2023-05-18) * Updated to Caliber 0.30.0 - Brooke Kuhlmann