From 7378cea8330374a2f3971ef9fef58682c429e9b5 Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Thu, 10 Jan 2019 13:54:02 +0100 Subject: [PATCH] Bump up project version --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebcf988..060ec8c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8) -project(sdbus-c++ VERSION 0.3.2 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.4.0 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 8ada428..7a1b765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,3 +34,7 @@ v0.3.3 - Minor fixes in tutorial examples - Add comment on threading traits of Variant and its const methods - Fix broken invariant of const Variant::peekValueType() method + +v0.4.0 +- Introduce support and implementation of common D-Bus annotations +- Remove hard-coded warning-related compiler options from the build system