From fa820851a2c6be0bca44d9cd7cff725c3000c52c Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Thu, 3 Mar 2022 20:25:51 -0700 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 12b0035..e81447a 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.1 +version: 15.0.2 license: Hippocratic-2.1 -date-released: 2022-01-01 +date-released: 2022-03-03 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 9944f6c..5d98031 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.1 +git checkout 15.0.2 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index 685d46e..42cbd72 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,15 @@ = Versions +== 15.0.2 (2022-03-03) + +* Fixed Hippocratic License to be 2.1.0 version - Brooke Kuhlmann +* Added Caliber gem - Brooke Kuhlmann +* Added Ruby version to Gemfile - Brooke Kuhlmann +* Updated default Rake task to include Git Lint and Rubocop - Brooke Kuhlmann +* Updated to Git Lint 3.2.0 - Brooke Kuhlmann +* Updated to Ruby 3.1.1 - Brooke Kuhlmann +* Removed README badges - Brooke Kuhlmann + == 15.0.1 (2022-01-01) * Updated README policy section links - Brooke Kuhlmann