From 6b076c903a7265e97c72d885dc563d3e8b3bdfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 22 Jun 2026 16:02:30 +0200 Subject: [PATCH] chore: Prepare v0.16.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 52107b54..51e9b310 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.16.0] - 2026-06-22 + ### Added - Added `COSMOS` from [Scalable Pareto Front Approximation for Deep Multi-Objective diff --git a/pyproject.toml b/pyproject.toml index 26b7674d..bf60cdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.15.0" +version = "0.16.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [