diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c360678..e72f113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.10" + ".": "1.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f5257..be77379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/tkolleh/roda.lua/compare/v1.13.10...v1.14.0) (2026-04-09) + + +### Features + +* add Homebrew formula support and expand CI platform matrix ([010db21](https://github.com/tkolleh/roda.lua/commit/010db21af30cb779dfc33339467e4c5a98cf8039)) + ## [1.13.10](https://github.com/tkolleh/roda.lua/compare/v1.13.9...v1.13.10) (2026-04-09) diff --git a/lux.toml b/lux.toml index 56e906d..6c97442 100644 --- a/lux.toml +++ b/lux.toml @@ -1,5 +1,5 @@ package = "roda" -version = "1.13.10" +version = "1.14.0" lua = ">=5.1" [description]