diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e72f113..7ccfe12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index be77379..f670b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/tkolleh/roda.lua/compare/v1.14.0...v1.15.0) (2026-04-19) + + +### Features + +* Add code coverage ([#50](https://github.com/tkolleh/roda.lua/issues/50)) ([e9a1981](https://github.com/tkolleh/roda.lua/commit/e9a19819652d92c7312e912c4cb0780ccff4faf2)) + ## [1.14.0](https://github.com/tkolleh/roda.lua/compare/v1.13.10...v1.14.0) (2026-04-09) diff --git a/lux.toml b/lux.toml index f61382d..4b08499 100644 --- a/lux.toml +++ b/lux.toml @@ -1,5 +1,5 @@ package = "roda" -version = "1.14.0" +version = "1.15.0" lua = ">=5.1" [description]