Skip to content

Commit 1ad1380

Browse files
committed
releasing 0.15.1
1 parent 357ae12 commit 1ad1380

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
## [Unreleased] - 2025-08-DD
11-
12-
### Changed
13-
14-
-
15-
10+
## [0.15.1] - 2025-08-04
1611

1712
### Fixed
1813

19-
- CLI: fix accepting keyword arguments ([#420](https://github.com/Lightning-AI/utilities/pull/420))
20-
- Scripts: fix CLI parsing ([#419](https://github.com/Lightning-AI/utilities/pull/419))
14+
- CLI: fixed accepting keyword arguments ([#420](https://github.com/Lightning-AI/utilities/pull/420))
15+
- Scripts: fixed CLI parsing ([#419](https://github.com/Lightning-AI/utilities/pull/419))
2116

2217

23-
---
24-
2518
## [0.15.0] - 2025-07-26
2619

2720
### Added
2821

2922
- CI: add `force-check-all` input to MD link check workflow ([#408](https://github.com/Lightning-AI/utilities/pull/408))
3023
- CLI: replace min dependencies also in `pyproject.toml` ([#414](https://github.com/Lightning-AI/utilities/pull/414))
3124

32-
3325
### Changed
3426

3527
- CLI: switch from `fire` to `jsonargparse` ([#371](https://github.com/Lightning-AI/utilities/pull/371))
3628
- CI: relax markdown-link-check ([#416](https://github.com/Lightning-AI/utilities/pull/416))
3729

3830
---
3931

40-
4132
## [0.14.3] - 2025-04-03
4233

4334
### Changed

src/lightning_utilities/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22

3-
__version__ = "0.15.0"
3+
__version__ = "0.15.1"
44
__author__ = "Lightning AI et al."
55
__author_email__ = "[email protected]"
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)