Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
## Packaging
- Drop the dependency on leapp-repository for Fedora and RHEL 8+ (#717)
- Provide builds for RHEL 7+ and Fedora (#717)
- Drop automatically generated Python dependences on RHEL 8+ and Fedora systems (#717, #716)
- Bump the provided leapp-framework capability to 2.0 (#700)

## Framework
### Fixes
- models: Do not make references to private symbols (#718)

### Enhancements
- Introduce the LEAPP_DEVEL_DATABASE_SYNC_OFF envar to enable speed up writes into the leapp database by disabling synchronisation - only for development / testing purposes (#732)

## Leapp
### Fixes
- Fix print of the leapp help msg for Python 3.6+ (#731)

### Enhancements
- The leapp commands are now defined/provided by leapp-repositories; leapp discovers the specified commands automatically (#700)
- Add CLI support for `choices` and `default` for options of leapp commands (#734)

## Modifications
- Makefile: Added the `fast_lint` target to apply linters just on files different from master (#733)
  • Loading branch information
pirat89 committed Oct 19, 2021
1 parent 00472e9 commit ca6ae67
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
@@ -1,6 +1,6 @@
from leapp.utils.workarounds import apply_workarounds

VERSION = "0.12.1"
VERSION = "0.13.0"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2021-02-04" "leapp 0.12.1" "User Commands"
.TH LEAPP "1" "2021-10-19" "leapp 0.13.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
@@ -1,4 +1,4 @@
.TH SNACTOR "1" "2021-02-04" "snactor 0.12.1" "User Commands"
.TH SNACTOR "1" "2021-10-19" "snactor 0.13.0" "User Commands"

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

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

Expand Down

0 comments on commit ca6ae67

Please sign in to comment.