mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-08-28 07:56:54 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbe77629bc |
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user