From e13c08288efec64960b9273282f6a0d11e80733a Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 1 Jan 2022 11:04:56 -0700 Subject: [PATCH] Added version release notes --- CITATION.cff | 4 ++-- README.adoc | 2 +- VERSIONS.adoc | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1490cb9..cfb027e 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.0 +version: 15.0.1 license: Hippocratic-3.0 -date-released: 2021-12-27 +date-released: 2022-01-01 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index 10be760..997f808 100644 --- a/README.adoc +++ b/README.adoc @@ -59,7 +59,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 15.0.0 +git checkout 15.0.1 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index d7c49d9..685d46e 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,12 @@ = Versions +== 15.0.1 (2022-01-01) + +* Updated README policy section links - Brooke Kuhlmann +* Updated changes as versions documentation - Brooke Kuhlmann +* Updated to Git Lint 3.0.0 - Brooke Kuhlmann +* Removed code of conduct and contributing files - Brooke Kuhlmann + == 15.0.0 (2021-12-27) * Fixed Hippocratic license structure - Brooke Kuhlmann