Compare commits

...

3 Commits

Author SHA1 Message Date
Brooke Kuhlmann
ecd5ed49a4 Added version release notes 2024-09-03 07:20:29 -06:00
Brooke Kuhlmann
d9df365afb Updated to Ruby 3.3.5
See link:https://www.ruby-lang.org/en/news/2024/09/03/3-3-5-released[details].

Milestone: patch
2024-09-03 07:19:38 -06:00
Brooke Kuhlmann
b176823378 Added README Developer Certificate of Origin documentation
Necessary to document what is expected of contributions in terms of legalities, licensing, and attribution.

Milestone: patch
2024-08-18 15:34:17 -06:00
4 changed files with 11 additions and 4 deletions

View File

@@ -1 +1 @@
3.3.4
3.3.5

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.3.1
version: 18.3.2
license: Hippocratic-2.1
date-released: 2024-08-17
date-released: 2024-09-03
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -51,7 +51,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 18.3.1
git checkout 18.3.2
----
== Usage
@@ -219,6 +219,8 @@ cd mac_os
== link:https://alchemists.io/policies/contributions[Contributions]
== link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
== link:https://alchemists.io/projects/mac_os/versions[Versions]
== link:https://alchemists.io/community[Community]

View File

@@ -1,5 +1,10 @@
= Versions
== 18.3.2 (2024-09-03)
* 🟢 Added README Developer Certificate of Origin documentation - Brooke Kuhlmann
* 🔼 Updated to Ruby 3.3.5 - Brooke Kuhlmann
== 18.3.1 (2024-08-17)
* 🔼 Updated to Ruby 3.3.4 - Brooke Kuhlmann