From 6e8e5aadb674cccea5bdd55141db5dad887fbacd Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Fri, 11 Sep 2020 22:29:15 +0200 Subject: [PATCH] Bump up to v0.8.3 --- CMakeLists.txt | 2 +- ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac06dc2..90a7a3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) -project(sdbus-c++ VERSION 0.8.2 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.8.3 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 7f5c690..25aedd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -160,3 +160,12 @@ v0.8.2 - Fix integration test cases failing in specific situations - Fix build with clang 9.0.1 and libcxx - Fix potential data race in Proxy's condition variable + +v0.8.3 +- Fix build with gcc 8.3 +- Address a few inconsistencies and make code more idiomatic +- Clean up integration tests +- Remove non-virtual-dtor warnings by making classes final +- Update CMake configuration flag names +- Fix unused variable warning for release builds +- Introduce CI workflow based on GitHub Actions