Bump revision up to 0.7.5

This commit is contained in:
sangelovic
2019-11-10 17:43:14 +01:00
parent 839bc13625
commit cc495811f9
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -124,3 +124,7 @@ v0.7.4
- Add support for custom timeout of D-Bus method calls
- Add support for opening a connection to a remote system bus using ssh
- Internal refactoring: Use tag dispatching to construct various types of Connection
v0.7.5
- [[Breaking ABI change]] No more hiding from C++17: Move API code containing C++17 uncaught_exceptions calls from within library to public API
- Add a method to retrieve the unique name of a connection