File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.14 )
66
7- project (sdbus-c++ VERSION 2.2.1 LANGUAGES CXX C )
7+ project (sdbus-c++ VERSION 2.3.0 LANGUAGES CXX C )
88
99include (GNUInstallDirs ) # Installation directories for `install` command and pkgconfig file
1010
Original file line number Diff line number Diff line change @@ -315,3 +315,10 @@ v2.2.0
315315v2.2.1
316316- Fix component names in CPack configuration
317317- Generate correct, expected DEB package names
318+
319+ v2.3.0
320+ - Add coroutine support for client-side async calls
321+ - Add support for dumping variant to string
322+ - Introduce clang-tidy for static analysis and fix issues
323+ - Add deduction guides for Struct from std::tuple
324+ - Other fixes and improvements
Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.5 )
66
7- project (sdbus-c++-tools VERSION 2.2.1 )
7+ project (sdbus-c++-tools VERSION 2.3.0 )
88
99include (GNUInstallDirs )
1010
You can’t perform that action at this time.
0 commit comments