From 5f7bd0d925fae8f12fe1f4382cd2fa6020148a23 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 17 Aug 2024 15:14:43 -0600 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3ecc95f..af9b39c 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.3.0 +version: 18.3.1 license: Hippocratic-2.1 -date-released: 2024-07-08 +date-released: 2024-08-17 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 826f6cb..6434509 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.3.0 +git checkout 18.3.1 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 8ece2c7..fdc5b97 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,9 @@ = Versions +== 18.3.1 (2024-08-17) + +* 🔼 Updated to Ruby 3.3.4 - Brooke Kuhlmann + == 18.3.0 (2024-07-08) * 🔼 Updated to Caliber 0.58.0 - Brooke Kuhlmann