Skip to content

Commit 5aa09c0

Browse files
committed
releasing 0.14.0
1 parent fc8f33e commit 5aa09c0

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

CHANGELOG.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 2025-MM-DD
8+
## [0.14.0] - 2025-03-07
99

1010
### Added
1111

1212
- CLI: replace package name in requirements ([#372](https://github.com/Lightning-AI/utilities/pull/372))
1313

14-
15-
### Changed
16-
17-
-
18-
19-
20-
### Fixed
21-
22-
-
23-
24-
2514
---
2615

2716
## [0.13.1] - 2025-03-04
@@ -32,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3221

3322
## [0.13.0] - 2025-03-04
3423

24+
### Changed
25+
26+
- CI: bump all runners from `20.04` to `24.04` ([#368](https://github.com/Lightning-AI/utilities/pull/368))
27+
3528
### Fixed
3629

3730
- Fixed resetting dataclass's `cached_property` once `apply_to_collection` is called ([#363](https://github.com/Lightning-AI/utilities/pull/363))

src/lightning_utilities/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22

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

0 commit comments

Comments
 (0)