From 31a3d3be86165e661f7a15b56f2255f6837292e8 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 1 Jun 2024 11:07:13 -0600 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 692fcd8..925c4d8 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.1 +version: 18.2.2 license: Hippocratic-2.1 -date-released: 2024-05-02 +date-released: 2024-06-01 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 6998f75..9fd7070 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.0 +git checkout 18.2.2 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 67e5c2c..c42d16b 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,10 @@ = Versions +== 18.2.2 (2024-06-01) + +* 🔼 Updated citation URLs - Brooke Kuhlmann +* 🔼 Updated to Ruby 3.3.2 - Brooke Kuhlmann + == 18.2.1 (2024-05-02) * 🔼 Updated to Ruby 3.3.1 - Brooke Kuhlmann