File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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 ) )
Original file line number Diff line number Diff line change 11import 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"
You can’t perform that action at this time.
0 commit comments