Bump revision up to 0.7.3

This commit is contained in:
sangelovic
2019-10-13 15:39:32 +02:00
parent 0f7de608ac
commit e7155c5506
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -114,3 +114,8 @@ v0.7.1
v0.7.2
- Rewrite UnixFd implementation from plain UnixFd struct to full-ownership-semantics UnixFd class
v0.7.3
- Add ability to integrate with external event loops
- Add getSenderName() method to Message
- Skip GetMachineId integration test case when /etc/machine-id is not available