@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55The 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
0 commit comments