From 6598ff458469d1f79f57fb8b5ddcc23d04319806 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Fri, 27 Dec 2024 15:30:07 -0700 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 33a2e22..cb54d73 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: 19.1.1 +version: 20.0.0 license: Hippocratic-2.1 -date-released: 2024-11-11 +date-released: 2024-12-27 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 049b951..1decb07 100644 --- a/README.adoc +++ b/README.adoc @@ -53,7 +53,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 19.1.1 +git checkout 20.0.0 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 3861feb..b494ee5 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,11 @@ = Versions +== 20.0.0 (2024-12-27) + +* 🔼 Updated to Caliber 0.68.0 - Brooke Kuhlmann +* 🔼 Updated to Git Lint 9.0.0 - Brooke Kuhlmann +* 🔼 Updated to Ruby 3.4.0 - Brooke Kuhlmann + == 19.1.1 (2024-11-11) * ✅ Fixed library install order - Brooke Kuhlmann