Skip to content

Commit 1a8454e

Browse files
authored
Release v0.4.0 (#226)
* Fix suggested change of changelog in CONTRIBUING.md * Update version to 0.4.0 in pyproject.toml * Add header for version 0.4.0 in changelog
1 parent 662dd0f commit 1a8454e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ changes that do not affect the user.
88

99
## [Unreleased]
1010

11+
## [0.4.0] - 2025-01-02
12+
1113
### Changed
1214

1315
- Changed how the Jacobians are computed when calling `backward` or `mtl_backward` with

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To release a new `torchjd` version, you have to:
9898
- Make sure that all important changes since the last release have been reported in the
9999
`[Unreleased]`
100100
section at the top of the changelog.
101-
- Change the `[Unreleased]` section to a `[vX.Y.Z]` section in the changelog with the current date.
101+
- Add a `[X.Y.Z] - yyyy-mm-dd` header in the changelog just below the `[Unreleased]` header.
102102
- Change the version in `pyproject.toml`.
103103
- Make a pull request with those changes and merge it.
104104
- Make a draft of the release on GitHub (click on `Releases`, then `Draft a new release`, then fill

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "torchjd"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)