Skip to content

Commit 3add657

Browse files
authored
preparing 1.9.2dev (#16718)
1 parent c24b4bb commit 3add657

File tree

4 files changed

+68
-5
lines changed

4 files changed

+68
-5
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [1.9.2] - 2023-02-DD
9+
10+
### Added
11+
12+
-
13+
14+
15+
### Changed
16+
17+
-
18+
19+
20+
### Deprecated
21+
22+
-
23+
24+
25+
### Removed
26+
27+
-
28+
29+
30+
### Fixed
31+
32+
-
33+
34+
35+
836
## [1.9.1] - 2023-02-10
937

1038
### Added
@@ -13,10 +41,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1341
- Added experimental support for interruptible GPU in the cloud ([#16399](https://github.com/Lightning-AI/lightning/pull/16399))
1442
- Added FileSystem abstraction to simply manipulation of files ([#16581](https://github.com/Lightning-AI/lightning/pull/16581))
1543
- Added Storage Commands ([#16606](https://github.com/Lightning-AI/lightning/pull/16606))
16-
* `ls`: List files from your Cloud Platform Filesystem
17-
* `cd`: Change the current directory within your Cloud Platform filesystem (terminal session based)
18-
* `pwd`: Return the current folder in your Cloud Platform Filesystem
19-
* `cp`: Copy files between your Cloud Platform Filesystem and local filesystem
44+
* `ls`: List files from your Cloud Platform Filesystem
45+
* `cd`: Change the current directory within your Cloud Platform filesystem (terminal session based)
46+
* `pwd`: Return the current folder in your Cloud Platform Filesystem
47+
* `cp`: Copy files between your Cloud Platform Filesystem and local filesystem
2048
- Prevent to `cd` into non existent folders ([#16645](https://github.com/Lightning-AI/lightning/pull/16645))
2149
- Enabled `cp` (upload) at project level ([#16631](https://github.com/Lightning-AI/lightning/pull/16631))
2250
- Enabled `ls` and `cp` (download) at project level ([#16622](https://github.com/Lightning-AI/lightning/pull/16622))
@@ -41,6 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4169
- Fixed malformed path when downloading files using `lightning cp` ([#16626](https://github.com/Lightning-AI/lightning/pull/16626))
4270
- Fixed app name in URL ([#16575](https://github.com/Lightning-AI/lightning/pull/16575))
4371

72+
4473
## [1.9.0] - 2023-01-17
4574

4675
### Added

src/lightning_fabric/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [1.9.2] - 2023-02-DD
9+
10+
### Changed
11+
12+
-
13+
14+
15+
### Deprecated
16+
17+
-
18+
19+
20+
### Fixed
21+
22+
-
23+
24+
825
## [1.9.1] - 2023-02-10
926

1027
### Fixed

src/pytorch_lightning/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [1.9.2] - 2023-02-DD
9+
10+
### Changed
11+
12+
-
13+
14+
15+
### Deprecated
16+
17+
-
18+
19+
20+
### Fixed
21+
22+
-
23+
24+
825
## [1.9.1] - 2023-02-10
926

1027
### Fixed

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.2dev

0 commit comments

Comments
 (0)