From 70e96dcdbcbcc1fdada0679a2066f8568242517b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:08:45 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47a..55c86c85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 512cf3b2..66f0feeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.7](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.6...v0.1.7) (2026-02-01) + + +### Features + +* **forecasting:** add baseline model zoo with security validations ([3da7783](https://github.com/w7-mgfcode/ForecastLabAI/commit/3da7783748f8d9bf2fe96e194274aa88f69bdfd2)) +* **forecasting:** implement baseline model zoo and unified interface ([#28](https://github.com/w7-mgfcode/ForecastLabAI/issues/28)) ([a9a055f](https://github.com/w7-mgfcode/ForecastLabAI/commit/a9a055f39cb781dbb5b6f8f9b76e7d4e833d30ce)) + + +### Bug Fixes + +* **forecasting:** add security validations and fix documentation ([1d411f9](https://github.com/w7-mgfcode/ForecastLabAI/commit/1d411f9ebd43e11b7bcba4525ba75cba7903dfbe)) + + +### Documentation + +* update DAILY-FLOW.md for Phase 4 Forecasting ([#27](https://github.com/w7-mgfcode/ForecastLabAI/issues/27)) ([e2c57ff](https://github.com/w7-mgfcode/ForecastLabAI/commit/e2c57ffb35cfa1fe0a4d0b6b9d1f56be9abdc7d9)) + ## [0.1.5](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.4...v0.1.5) (2026-01-26) diff --git a/pyproject.toml b/pyproject.toml index 381aeb31..84a3a244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.1.6" +version = "0.1.7" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12" From 5c31390d9c3e5d9110c138c91ea06356395ab660 Mon Sep 17 00:00:00 2001 From: "Gabe@w7dev" Date: Sun, 1 Feb 2026 02:16:13 +0000 Subject: [PATCH 2/2] chore: trigger CI