From cdc8b16bbe2a537febef8bdacdee0dd0e287a353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Tue, 10 Dec 2024 22:02:19 +0100 Subject: [PATCH 1/3] Update version to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e11160ad..01a9aa35e 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 = [ From 125fc4ec7bebf8efc0ae8d877d5bf1eb916fd6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Tue, 10 Dec 2024 22:04:43 +0100 Subject: [PATCH 2/3] Change [Unreleased] section in changelog to [0.3.0] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddadc672e..5854765f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal changes that do not affect the user. -## [Unreleased] +## [0.3.0] - 2024-12-10 ### Added From 52fa91918e9f8d69c0c37fa2a4b23ef1368b698b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Tue, 10 Dec 2024 22:05:08 +0100 Subject: [PATCH 3/3] Add [Unreleased] section in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5854765f7..1a61b97b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal changes that do not affect the user. +## [Unreleased] + ## [0.3.0] - 2024-12-10 ### Added