Added version release notes

This commit is contained in:
Brooke Kuhlmann
2023-05-04 09:58:35 -06:00
parent f5c6b6d40e
commit a360bf535a
3 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
cff-version: 1.2.0 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: Provides a shell based framework for automating the setup of a macOS machine. abstract: Shell scripts for automated macOS machine setup.
version: 16.0.2 version: 16.0.3
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2023-04-02 date-released: 2023-05-18
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 16.0.2 git checkout 16.0.3
---- ----
== Usage == Usage

View File

@@ -1,5 +1,9 @@
= Versions = Versions
== 16.0.3 (2023-05-18)
* Updated to Caliber 0.30.0 - Brooke Kuhlmann
== 16.0.2 (2023-04-02) == 16.0.2 (2023-04-02)
* Fixed programs without extensions to install to user directory - Brooke Kuhlmann * Fixed programs without extensions to install to user directory - Brooke Kuhlmann