From 4bb16b5b7c89baa12b6e7fafe477ba7c9f86f6fa Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 8 Jul 2024 17:24:00 -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 925c4d8..3ecc95f 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: 18.2.2 +version: 18.3.0 license: Hippocratic-2.1 -date-released: 2024-06-01 +date-released: 2024-07-08 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 9fd7070..826f6cb 100644 --- a/README.adoc +++ b/README.adoc @@ -51,7 +51,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 18.2.2 +git checkout 18.3.0 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index c42d16b..8ece2c7 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,11 @@ = Versions +== 18.3.0 (2024-07-08) + +* 🔼 Updated to Caliber 0.58.0 - Brooke Kuhlmann +* 🔼 Updated to Git Lint 8.0.0 - Brooke Kuhlmann +* 🔼 Updated to Ruby 3.3.3 - Brooke Kuhlmann + == 18.2.2 (2024-06-01) * 🔼 Updated citation URLs - Brooke Kuhlmann