From b270852fb5361fa3f99ad7babd8defa912a640a9 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 17 Apr 2022 11:32:19 -0600 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3e24e50..d0058d6 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: Provides a shell based framework for automating the setup of a macOS machine. -version: 15.0.3 +version: 15.0.4 license: Hippocratic-2.1 -date-released: 2022-03-16 +date-released: 2022-04-17 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 72a5ac8..bf436b7 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 15.0.3 +git checkout 15.0.4 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index a8ad65d..5c4acb6 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,13 @@ = Versions +== 15.0.4 (2022-04-17) + +* Added GitHub sponsorship configuration - Brooke Kuhlmann +* Updated to Caliber 0.4.0 - Brooke Kuhlmann +* Updated to Caliber 0.5.0 - Brooke Kuhlmann +* Updated to Git Lint 4.0.0 - Brooke Kuhlmann +* Updated to Ruby 3.1.2 - Brooke Kuhlmann + == 15.0.3 (2022-03-16) * Fixed Homebrew install to initially default to ZSH - Brooke Kuhlmann