From c7c759a5c949e48a79c7c2d040b368c63d20a50c Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 13 Feb 2023 23:47:37 +0100 Subject: [PATCH] New version with macOS fix --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd747e..52e8384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [1.4.1] - 2023-02-13 + +### Fixed + +* Fixed running on macOS #9 #10 + The macOS images have an ancient version of bash, but the action relies on "newer" features than 2014. + We install bash via brew (already pre-installed) to have a new enough version. + + The CI is extended to also run on Windows and macOS to catch such issues earlier in the future. + + Thanks to @GeorgeHahn for reporting the issue. + ## [1.4.0] - 2023-02-13 ### Changed