Skip to content

Commit 6e030b6

Browse files
Bordalexierule
authored andcommitted
version 0.6.3
1 parent 9bf5059 commit 6e030b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

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+
718
## [0.6.2] - 2022-09-21
819

920
### Changed

src/lightning_app/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.6.2"
1+
version = "0.6.3"

0 commit comments

Comments
 (0)