Bump revision up to 0.6.0

This commit is contained in:
sangelovic
2019-04-15 21:05:54 +02:00
parent 5b99658f36
commit 62a546c9d3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -74,8 +74,8 @@ v0.5.3
- [[Breaking ABI change]] Add getConnection() method to IObject
- A few minor fixes
v0.x.y
- This release comes with a number of API and ABI breaking changes, sorry, but that hopefully and finally leads to a more mature and stable API for near future:
v0.6.0
- This release comes with a number of API and ABI breaking changes (that hopefully lead to a more mature and stable API for near future):
- Some constructs have been renamed (see below for details), you'll have to adapt your sources whether you're using the basic or the convenience sdbus-c++ API.
- You'll also have to re-generate adaptor/proxy stubs with the new stub code generator if you're using them.
- And you'll have to take care of manual registeration/deregistration in the constructors/destructors of your final adaptor and proxy classes. See updated using sdbus-c++ tutorial.