From ae30389464c2ac1adb09c333b2c4651bdc46f85c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:01:34 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 146b6213..a9efa107 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ -{ - ".": "0.1.0" +{ + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7ec8f57e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [0.1.1](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.0...v0.1.1) (2026-01-26) + + +### Features + +* implement Phase 0 project foundation ([17c81cd](https://github.com/w7-mgfcode/ForecastLabAI/commit/17c81cd21bb7aa0de97d0beebe434f6a0098fa0a)) +* implement Phase 1 CI/CD and repo governance ([36874ba](https://github.com/w7-mgfcode/ForecastLabAI/commit/36874ba620e49585e8373f971169c2b026dd3af9)) + + +### Bug Fixes + +* add 'testing' to allowed app_env values ([d0b152e](https://github.com/w7-mgfcode/ForecastLabAI/commit/d0b152e3a99a4ed9f00f5a481a467dbd99f9aa69)) +* make config tests environment-agnostic ([65bc671](https://github.com/w7-mgfcode/ForecastLabAI/commit/65bc671b3f8532b8ca979b823e0ee8d04c752688)) +* remove CRLF line endings from pyproject.toml ([#6](https://github.com/w7-mgfcode/ForecastLabAI/issues/6)) ([66007a2](https://github.com/w7-mgfcode/ForecastLabAI/commit/66007a257e4fa810982dacab3c09e109c9b0bd89)) + + +### Documentation + +* update phase-0 documentation with CI/CD infrastructure ([#4](https://github.com/w7-mgfcode/ForecastLabAI/issues/4)) ([e33aade](https://github.com/w7-mgfcode/ForecastLabAI/commit/e33aade1b5a24dad131884c9ad058a82ab94ff8f)) diff --git a/pyproject.toml b/pyproject.toml index c68d7d6d..aaab9eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.1.0" +version = "0.1.1" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"