Bump up revision to 0.4.3

This commit is contained in:
sangelovic
2019-03-24 22:18:48 +01:00
parent ab407aa8c8
commit 004f158817
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -46,3 +46,8 @@ v0.4.2
- Improve documentation
- Minor code improvements
- Introduce sdbus-c++ performance tests with measurements
v0.4.3
- Add another abstraction layer for sd-bus to improve isolation for unit testing
- Minor code improvements for consistency and clarity
- Not-existing interface name and object path fixes in integration tests