Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
## Packaging
-  Provide leapp-framework 5.0 (#818, #840)

## Framework
### Fixes
- Improve processing of reports with UTF-8 characters (#821, #828)
- Fix info reporting with only one path to log (#834)

### Enhancements
- Include tracebacks of actors into the leapp.db (#832)

## Leapp (tool)
### Fixes
- Dialog creation fails not more for a component without choices (#826)
- Empty report is generated correctly (#828)
- Fix processing data in remediation instructions with non-ascii characters ()

### Enhancements
- Improve report summary output to make it more visible (#818, #840)

## stdlib
### Fixes
- Fixed the call when the execute cannot be performed (#836)
### Enhancements
- changes related just to stdlib - under leapp/libraries/stdlib
  • Loading branch information
pirat89 authored and Rezney committed Aug 23, 2023
1 parent 1a68726 commit b57c5de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from leapp.utils.workarounds import apply_workarounds

VERSION = "0.15.1"
VERSION = "0.16.0"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2023-02-21" "leapp 0.15.1" "User Commands"
.TH LEAPP "1" "2023-08-23" "leapp 0.16.0" "User Commands"

.SH NAME
leapp \- command line interface for upgrades between major OS versions
Expand Down
2 changes: 1 addition & 1 deletion man/snactor.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SNACTOR "1" "2023-02-21" "snactor 0.15.1" "User Commands"
.TH SNACTOR "1" "2023-08-23" "snactor 0.16.0" "User Commands"

.SH NAME
snactor \- development and repository management tool for leapp
Expand Down
2 changes: 1 addition & 1 deletion packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
%endif

Name: leapp
Version: 0.15.1
Version: 0.16.0
Release: 1%{?dist}
Summary: OS & Application modernization framework

Expand Down

0 comments on commit b57c5de

Please sign in to comment.