We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf5059 commit 6e030b6Copy full SHA for 6e030b6
src/lightning_app/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
+## [0.6.3] - 2022-10-07
8
+
9
+### Added
10
11
+- Added option to add custom meta tags to the UI container ([#14915](https://github.com/Lightning-AI/lightning/pull/14915))
12
13
+### Changed
14
15
+- Allowed root path to run the app on `/path` ([#14972](https://github.com/Lightning-AI/lightning/pull/14972))
16
17
18
## [0.6.2] - 2022-09-21
19
20
### Changed
src/lightning_app/__version__.py
@@ -1 +1 @@
1
-version = "0.6.2"
+version = "0.6.3"
0 commit comments