From ef7a90cd9b81a2d0f64592a7368984f6aa48b9d6 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Wed, 23 Aug 2023 17:24:16 +0200 Subject: [PATCH] Release 0.16.0 ## 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 --- leapp/__init__.py | 2 +- man/leapp.1 | 2 +- man/snactor.1 | 2 +- packaging/leapp.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/leapp/__init__.py b/leapp/__init__.py index 2be90d899..3040c76fd 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.15.1" +VERSION = "0.16.0" FULL_VERSION = VERSION apply_workarounds() diff --git a/man/leapp.1 b/man/leapp.1 index bd2a59560..8ad78843e 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -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 diff --git a/man/snactor.1 b/man/snactor.1 index 7f1d770af..2d23f75e3 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -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 diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 118e253a3..f263a12bd 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -42,7 +42,7 @@ %endif Name: leapp -Version: 0.15.1 +Version: 0.16.0 Release: 1%{?dist} Summary: OS & Application modernization framework