Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"template": "https://github.com/fmind/cookiecutter-mlops-package",
"commit": "2ce51abb4333d594baee46ce590ead4e4cd76142",
"commit": "3afbbd1e0922d415456719e8e1b26d17ae2838d2",
"checkout": null,
"context": {
"cookiecutter": {
"user": "fmind",
"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
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.