Skip to content

Commit

Permalink
build: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Angelovic committed Dec 22, 2021
1 parent 33ff69e commit bca8e81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.13)

project(sdbus-c++ VERSION 1.0.0 LANGUAGES C CXX)
project(sdbus-c++ VERSION 1.1.0 LANGUAGES C CXX)

include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,10 @@ v0.9.0
v1.0.0
- [[Breaking API change]] Fixed the API to send org.freedesktop.DBus.ObjectManager.InterfacesAdded and org.freedesktop.DBus.ObjectManager.InterfacesRemoved signals via the generated stubs layer.
- StandardInterfaces.h: Split ObjectManager_adaptor and ManagedObject_adaptor.
- New examples directory. First example covers the object manager. Further examples might follow.
- New examples directory. First example covers the object manager. Further examples might follow.

v1.1.0
- Fix timeout handling for asynchronous method calls
- Add support for unregistering signal handler
- Add support for chrono literals in sdbus-c++-xml2cpp generator
- Additional little fixes and improvements in code, build system, and documentation
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.5)

project(sdbus-c++-tools VERSION 1.0.0)
project(sdbus-c++-tools VERSION 1.1.0)

include(GNUInstallDirs)

Expand Down

0 comments on commit bca8e81

Please sign in to comment.