From 7d2b691c42c97c9126669155979163be5f85b889 Mon Sep 17 00:00:00 2001 From: Gabor Szabo <168316277+w7-mgfcode@users.noreply.github.com> Date: Tue, 19 May 2026 00:19:48 +0200 Subject: [PATCH] chore(main): release 0.2.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45f2163e..9007059e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.13" + ".": "0.2.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d99b4ab..eb8f7adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.14](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.13...v0.2.14) (2026-05-18) + + +### Features + +* release v0.2.14 — UI interactivity, AI admin console, agent reliability fixes ([1ffd482](https://github.com/w7-mgfcode/ForecastLabAI/commit/1ffd482e208b2a2b480449229f1bf052613d011b)) +* **ui:** Visualize Demand Planner page + interactive Forecast/Backtest pages (PRP-22) ([#196](https://github.com/w7-mgfcode/ForecastLabAI/issues/196)) ([4d7592f](https://github.com/w7-mgfcode/ForecastLabAI/commit/4d7592fc07c8be222f4946b426aa2adf1c0c7625)) + + +### Documentation + +* add AGENTS.md and llms.txt agent-memory layer ([#199](https://github.com/w7-mgfcode/ForecastLabAI/issues/199)) ([#200](https://github.com/w7-mgfcode/ForecastLabAI/issues/200)) ([cffb419](https://github.com/w7-mgfcode/ForecastLabAI/commit/cffb4192c043fdd5f18b8a1d6e980b4945016406)) +* relocate INITIAL planning docs to PRPs/INITIAL and track optional-features ([#197](https://github.com/w7-mgfcode/ForecastLabAI/issues/197)) ([#198](https://github.com/w7-mgfcode/ForecastLabAI/issues/198)) ([f415682](https://github.com/w7-mgfcode/ForecastLabAI/commit/f41568225a1954857258816e2ce284ebbff4efe9)) + ## [0.2.13](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.12...v0.2.13) (2026-05-18) diff --git a/pyproject.toml b/pyproject.toml index 7a42992e..db513d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.2.13" +version = "0.2.14" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"