diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73021cf..89eb383 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.4" + ".": "1.16.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4140b4a..8cd10f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.5](https://github.com/tkolleh/roda.lua/compare/v1.16.4...v1.16.5) (2026-04-19) + + +### Bug Fixes + +* **ci:** fix Windows build and upgrade Lux + action dependencies ([#63](https://github.com/tkolleh/roda.lua/issues/63)) ([b693dab](https://github.com/tkolleh/roda.lua/commit/b693dab629067b65a90d51fbefa23963c37a194f)) + ## [1.16.4](https://github.com/tkolleh/roda.lua/compare/v1.16.3...v1.16.4) (2026-04-19) diff --git a/lux.toml b/lux.toml index cb53ef6..341820c 100644 --- a/lux.toml +++ b/lux.toml @@ -1,5 +1,5 @@ package = "roda" -version = "1.16.4" +version = "1.16.5" lua = ">=5.1" [description]