Added version release notes

This commit is contained in:
Brooke Kuhlmann
2021-12-27 07:41:45 -07:00
parent 446f33dd30
commit aa72537f4f
3 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,19 @@
= Changes
== 15.0.0 (2021-12-27)
* Fixed Hippocratic license structure - Brooke Kuhlmann
* Fixed README changes and credits sections - Brooke Kuhlmann
* Fixed Rubocop Bundler/OrderedGems issue - Brooke Kuhlmann
* Fixed contributing documentation - Brooke Kuhlmann
* Added README community link - Brooke Kuhlmann
* Added README troubleshooting guide for SMC reset - Brooke Kuhlmann
* Added project citation information - Brooke Kuhlmann
* Updated GitHub issue template - Brooke Kuhlmann
* Updated to Hippocratic License 3.0.0 - Brooke Kuhlmann
* Updated to Ruby 3.0.3 - Brooke Kuhlmann
* Updated to Ruby 3.1.0 - Brooke Kuhlmann
== 14.0.0 (2021-10-25)
* Updated to macOS Monterey - Brooke Kuhlmann

View File

@@ -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: 14.0.0
version: 15.0.0
license: Hippocratic-3.0
date-released: 2021-10-25
date-released: 2021-12-27
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -59,7 +59,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 14.0.0
git checkout 15.0.0
----
== Usage