Skip to content

Commit acd6d4e

Browse files
authored
chore: Prepare v0.8.1 release (#508)
1 parent b034a71 commit acd6d4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.8.1] - 2026-01-07
12+
1113
### Added
1214

1315
- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering warnings when importing from `torchjd`.

pyproject.toml

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

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

0 commit comments

Comments
 (0)