Skip to content

Commit 2f3a10a

Browse files
committed
chore: release version v2.2.0
1 parent 071c595 commit 2f3a10a

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.14)
66

7-
project(sdbus-c++ VERSION 2.1.0 LANGUAGES CXX C)
7+
project(sdbus-c++ VERSION 2.2.0 LANGUAGES CXX C)
88

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

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,13 @@ v2.1.0
301301
- Change googletest to default version 1.14.0
302302
- Add version parameter to the xml2cpp codegen tool
303303
- A few other internal refactorings and improvements
304+
305+
v2.2.0
306+
- Add createLightWeightProxy() overload for convenience
307+
- Add cookie-related API to Message class
308+
- Add async overloads of GetManagedObjects() function
309+
- Add signature_of specialization for r-value references
310+
- Create a valid sdbus::Error even when errno is invalid or zero
311+
- Fix the return type of some slot-returning functions
312+
- Fix annotation generation in xml2cpp tool
313+
- A few other, mainly CI related updates

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.5)
66

7-
project(sdbus-c++-tools VERSION 2.1.0)
7+
project(sdbus-c++-tools VERSION 2.2.0)
88

99
include(GNUInstallDirs)
1010

0 commit comments

Comments
 (0)