Skip to content

Commit 99fce3b

Browse files
authored
release App 0.5.4 (#13965)
release 0.5.4
1 parent 810944e commit 99fce3b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.5.4] - 2022-08-01
8+
9+
### Changed
10+
11+
- Wrapped imports for traceability ([#13924](https://github.com/Lightning-AI/lightning/pull/13924))
12+
- Set version as today ([#13906](https://github.com/Lightning-AI/lightning/pull/13906))
13+
14+
### Fixed
15+
16+
- Included app templates to the lightning and app packages ([#13731](https://github.com/Lightning-AI/lightning/pull/13731))
17+
- Added UI for install all ([#13732](https://github.com/Lightning-AI/lightning/pull/13732))
18+
- Fixed build meta pkg flow ([#13926](https://github.com/Lightning-AI/lightning/pull/13926))
19+
720
## [0.5.3] - 2022-07-25
821

922
### 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.5.3"
1+
version = "0.5.4"

0 commit comments

Comments
 (0)