Added version release notes

This commit is contained in:
Brooke Kuhlmann
2024-02-25 09:19:36 -07:00
parent 76b193dede
commit dd8d7f7de5
3 changed files with 9 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. message: Please use the following metadata when citing this project in your work.
title: macOS title: macOS
abstract: Shell scripts for automated macOS machine setup. abstract: Shell scripts for automated macOS machine setup.
version: 18.0.0 version: 18.1.0
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2024-01-06 date-released: 2024-02-25
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

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

View File

@@ -1,5 +1,11 @@
= Versions = Versions
== 18.1.0 (2024-02-25)
* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann
* 🔁 Refactored bin script printing - Brooke Kuhlmann
* 🔁 Refactored library functions - Brooke Kuhlmann
== 18.0.0 (2024-01-06) == 18.0.0 (2024-01-06)
* Added Rakefile quality task - Brooke Kuhlmann * Added Rakefile quality task - Brooke Kuhlmann