From 31249c8eaa92865b709a81c0f5aa68104ada6d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Mon, 10 Aug 2026 19:18:27 +0200 Subject: [PATCH] chore(release): v7.0.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5550b97..5e8d259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project are documented in this file. +## [7.0.0] - 2026-08-10 + +### 🚀 Features + +- Run the canonical gate and practice the security it teaches (#40) + +### 📚 Documentation + +- Teach the stack the repositories actually run, and add AGENTS.md (#41) + ## [6.0.0] - 2026-07-07 ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index 92dbf49..6a05a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [project] name = "mlops-coding-course" -version = "6.0.0" +version = "7.0.0" description = "Learn how to create, develop, and maintain a state-of-the-art MLOps code base." authors = [{ name = "Médéric HURIER", email = "github@fmind.dev" }] readme = "README.md" diff --git a/uv.lock b/uv.lock index a72cef1..f40773a 100644 --- a/uv.lock +++ b/uv.lock @@ -343,7 +343,7 @@ wheels = [ [[package]] name = "mlops-coding-course" -version = "6.0.0" +version = "7.0.0" source = { virtual = "." } dependencies = [ { name = "mkdocs" },