Added version release notes

This commit is contained in:
Brooke Kuhlmann
2024-04-21 09:57:48 -06:00
parent 0c5e66b605
commit 4f37a67353
3 changed files with 11 additions and 3 deletions

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: Shell scripts for automated macOS machine setup.
version: 18.1.0
version: 18.2.0
license: Hippocratic-2.1
date-released: 2024-02-25
date-released: 2024-04-21
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -56,7 +56,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 18.1.0
git checkout 18.2.0
----
== Usage

View File

@@ -1,5 +1,13 @@
= Versions
== 18.2.0 (2024-04-21)
* 🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
* 🔼 Updated to Caliber 0.51.0 - Brooke Kuhlmann
* 🔼 Updated to Git Lint 7.1.0 - Brooke Kuhlmann
* 🔼 Updated to Git Lint 7.3.0 - Brooke Kuhlmann
* 🔼 Updated to Rake 13.2.0 - Brooke Kuhlmann
== 18.1.0 (2024-02-25)
* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann