diff --git a/.cruft.json b/.cruft.json index df716fe..fac9bed 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/fmind/cookiecutter-mlops-package", - "commit": "2ce51abb4333d594baee46ce590ead4e4cd76142", + "commit": "3afbbd1e0922d415456719e8e1b26d17ae2838d2", "checkout": null, "context": { "cookiecutter": { @@ -8,12 +8,12 @@ "name": "MLOps Python Package", "repository": "mlops-python-package", "package": "bikes", - "license": "MIT", - "version": "4.0.0", + "version": "6.0.0", "description": "Predict the number of bikes available", "python_version": "3.14", - "mlflow_version": "3.14.0", - "_template": "https://github.com/fmind/cookiecutter-mlops-package" + "mlflow_version": "3.15.1", + "_template": "https://github.com/fmind/cookiecutter-mlops-package", + "year": "2026" } }, "directory": null diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7ce1b..804d9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project are documented in this file. +## [6.0.0] - 2026-08-10 + +### πŸš€ Features + +- [**breaking**] Track MLflow in SQLite and harden the canonical gate (#129) + +### πŸ› Bug Fixes + +- _(check)_ Stop trivy from scanning caches and racing pip-audit (#132) + ## [5.0.0] - 2026-07-07 ### πŸš€ Features - Add Agent Skills. -- [**breaking**] Migrate to canonical stack (mise, lefthook, ty, dprint, git-cliff, uv_build), Python 3.14, MLflow 3 +- [**breaking**] Migrate to canonical stack β€” v5.0.0 (Python 3.14, MLflow 3) (#121) ### πŸ“š Documentation diff --git a/pyproject.toml b/pyproject.toml index 0dd1d55..b4253d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [project] name = "bikes" -version = "5.0.0" +version = "6.0.0" description = "Predict the number of bikes available." authors = [{ name = "MΓ©dΓ©ric HURIER", email = "github@fmind.dev" }] readme = "README.md" diff --git a/uv.lock b/uv.lock index 21a19e4..ffc9894 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "bikes" -version = "5.0.0" +version = "6.0.0" source = { editable = "." } dependencies = [ { name = "loguru" },