0.1.1
Licensing and CI/toolchain maintenance release. No AudioMarker library or audio-marker CLI code changed — the public API and behavior are identical to 0.1.0, so this release is a safe drop-in upgrade.
Changed
- License: MIT → Apache 2.0. The project is now distributed under the Apache License 2.0. Review the new
LICENSEif your usage depends on specific license terms. - CI build matrix. The macOS build & test job now runs against both Swift 6.2 (Xcode 26.2) and Swift 6.3 (Xcode 26.4), so the library is verified on the current and previous toolchains.
- GitHub Actions upgraded to Node 24 runtimes. All workflow actions were bumped after verifying each
action.ymlruns.usingfield:actions/checkout→ v5,codecov/codecov-action→ v6,actions/upload-artifact→ v6,
actions/download-artifact→ v7,softprops/action-gh-release→ v3. - Xcode 26.4. The cross-platform build jobs and the release workflow now build with Xcode 26.4.
Added
.codecov.yml. A 0.5% coverage threshold absorbs coverage-measurement drift between Swift toolchains, so toolchain changes no longer fail the Codecov status check.
Full Changelog: 0.1.0...0.1.1