From 1eaafee3cf386ac17198b7864a8146d5d803e0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= <31951177+ValerianRey@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:21:15 +0100 Subject: [PATCH] Change version to 0.3.0 (#212) * Update version to 0.3.0 * Add [0.3.0] section in changelog --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddadc67..1a61b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changes that do not affect the user. ## [Unreleased] +## [0.3.0] - 2024-12-10 + ### Added - Added a default value to the `inputs` parameter of `backward`. If not provided, the `inputs` will diff --git a/pyproject.toml b/pyproject.toml index 9e11160..01a9aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "torchjd" -version = "0.2.2" +version = "0.3.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [