diff --git a/CMakeLists.txt b/CMakeLists.txt index c39393c..4462f5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) project(Qactus - VERSION 2.0.0 + VERSION 2.0.1 LANGUAGES CXX) add_definitions(-DQACTUS_VERSION="${PROJECT_VERSION}") diff --git a/ChangeLog b/ChangeLog index 66948d7..296ffa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Qactus ChangeLog ================ +v2.0.1 (2020-05-04) +- RequestStateEditor bugfixes: + * get the full diff for the selected request + * use the right OBS signal finishedParsingRequestStatus() + v2.0.0 (2020-04-20) libqobs: diff --git a/qactus.spec b/qactus.spec index 4e87b4c..1c91ae4 100644 --- a/qactus.spec +++ b/qactus.spec @@ -22,7 +22,7 @@ %global devname %{libprefix}-devel Name: qactus -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: A GUI client for OBS License: GPL-2.0 or GPL-3.0