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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - 2025-MM-DD
8
+ ## [ 0.14.0 ] - 2025-03-07
9
9
10
10
### Added
11
11
12
12
- CLI: replace package name in requirements ([ #372 ] ( https://github.com/Lightning-AI/utilities/pull/372 ) )
13
13
14
-
15
- ### Changed
16
-
17
- -
18
-
19
-
20
- ### Fixed
21
-
22
- -
23
-
24
-
25
14
---
26
15
27
16
## [ 0.13.1] - 2025-03-04
@@ -32,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
21
33
22
## [ 0.13.0] - 2025-03-04
34
23
24
+ ### Changed
25
+
26
+ - CI: bump all runners from ` 20.04 ` to ` 24.04 ` ([ #368 ] ( https://github.com/Lightning-AI/utilities/pull/368 ) )
27
+
35
28
### Fixed
36
29
37
30
- 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 1
1
import time
2
2
3
- __version__ = "0.13.1.post0 "
3
+ __version__ = "0.14.0 "
4
4
__author__ = "Lightning AI et al."
5
5
__author_email__ = "[email protected] "
6
6
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments