Skip to content

v3.2.1

Latest

Choose a tag to compare

@gimlichael gimlichael released this 24 Aug 19:30

What's Changed

This patch release fixes Bash compatibility in the test workflow for macOS. Apple ships Bash 3.2, which lacks modern features like globstar and extended array handling available in Bash 4+. The fix replaces globstar-based array operations with find commands and refactors conditionals to use boolean flags, ensuring the workflow runs reliably on both macOS and Linux runners.

Sources:

Full Changelog: v3.2.0...v3.2.1