diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd25371c..857e2139 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.18" + ".": "0.2.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dbd881..3b729c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.19](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.18...v0.2.19) (2026-05-25) + + +### Features + +* **batch,ui:** activate max_parallel + cooperative cancellation ([#290](https://github.com/w7-mgfcode/ForecastLabAI/issues/290)) ([7b844f4](https://github.com/w7-mgfcode/ForecastLabAI/commit/7b844f410b9649f2fbffe526dd305c8ad617e48b)) +* **batch,ui:** activate max_parallel + cooperative cancellation (PRP-34) ([36fff6e](https://github.com/w7-mgfcode/ForecastLabAI/commit/36fff6ed68d16a6aa166e4a0882aafec7d45f9ca)) + + +### Documentation + +* **docs:** add PRP-34 + asyncio ai_docs for batch parallel execution ([#290](https://github.com/w7-mgfcode/ForecastLabAI/issues/290)) ([f20f82d](https://github.com/w7-mgfcode/ForecastLabAI/commit/f20f82d51c9f74b9c2cc9570bd28c54ada99f9a0)) + ## [0.2.18](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.17...v0.2.18) (2026-05-25) diff --git a/pyproject.toml b/pyproject.toml index a837c67e..6627798d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.2.18" +version = "0.2.19" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"