Bump revision up to 0.5.3

This commit is contained in:
sangelovic
2019-04-09 20:56:33 +02:00
parent f5da0dabcb
commit e7c78460cf
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.5.2 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.5.3 LANGUAGES C CXX)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

View File

@ -68,3 +68,8 @@ v0.5.1
v0.5.2
- Simplify and unify basic API level callbacks for both sync and async methods
v0.5.3
- Extend stress tests with dynamic object and proxy creation and destruction from multiple threads
- [[Breaking ABI change]] Add getConnection() method to IObject
- A few minor fixes