Compare commits

..

2 Commits

Author SHA1 Message Date
Brooke Kuhlmann
5f7bd0d925 Added version release notes 2024-08-17 15:14:43 -06:00
Brooke Kuhlmann
6f7e47cdeb Updated to Ruby 3.3.4
See link:https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/[details].

Milestone: patch
2024-07-09 07:21:26 -06:00
4 changed files with 8 additions and 4 deletions

View File

@@ -1 +1 @@
3.3.3 3.3.4

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.3.0 version: 18.3.1
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2024-07-08 date-released: 2024-08-17
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

@@ -51,7 +51,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.3.0 git checkout 18.3.1
---- ----
== Usage == Usage

View File

@@ -1,5 +1,9 @@
= Versions = Versions
== 18.3.1 (2024-08-17)
* 🔼 Updated to Ruby 3.3.4 - Brooke Kuhlmann
== 18.3.0 (2024-07-08) == 18.3.0 (2024-07-08)
* 🔼 Updated to Caliber 0.58.0 - Brooke Kuhlmann * 🔼 Updated to Caliber 0.58.0 - Brooke Kuhlmann