Compare commits

...
Author SHA1 Message Date
Stanislav Angelovič fbe77629bc chore: release version v2.3.0 2026-05-17 14:25:54 +02:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.14)
project(sdbus-c++ VERSION 2.2.1 LANGUAGES CXX C)
project(sdbus-c++ VERSION 2.3.0 LANGUAGES CXX C)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
+7
View File
@@ -315,3 +315,10 @@ v2.2.0
v2.2.1
- Fix component names in CPack configuration
- Generate correct, expected DEB package names
v2.3.0
- Add coroutine support for client-side async calls
- Add support for dumping variant to string
- Introduce clang-tidy for static analysis and fix issues
- Add deduction guides for Struct from std::tuple
- Other fixes and improvements
+1 -1
View File
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.5)
project(sdbus-c++-tools VERSION 2.2.1)
project(sdbus-c++-tools VERSION 2.3.0)
include(GNUInstallDirs)