Bump revision up to 0.7.0

This commit is contained in:
sangelovic
2019-06-04 21:39:29 +02:00
parent fbb5242729
commit 07625a435b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.6)
project(sdbus-c++ VERSION 0.6.1 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.7.0 LANGUAGES C CXX)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

View File

@ -90,7 +90,7 @@ v0.6.0
- Fix gcc warnings
- Use release v1.8.1 of googletest for tests
vX.Y.Z
v0.7.0
- [[Breaking ABI change]] Added full support for ObjectManager, Properties and other standard D-Bus interfaces (Reordering virtual functions in interface classes)
- sdbus-c++ now can automatically download, build and incorporate libsystemd static library, which makes things pretty easy in non-systemd environments
- Minor changes in generated proxy/adaptor code: