From d1215f3111d4d78830f0f73a82cbd7a78a8c8679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Thu, 28 May 2026 14:23:31 +0200 Subject: [PATCH] chore: Prepare v0.12.0 release Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d913493..9204433a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user. ## [Unreleased] +## [0.12.0] - 2026-05-28 + ### Added - Added a new `torchjd.scalarization` package providing the abstract `Scalarizer` base class and diff --git a/pyproject.toml b/pyproject.toml index d743aae9..b582988a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.11.0" +version = "0.12.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [