Skip to content

Commit 7138fb7

Browse files
author
Stanislav Angelovic
committed
chore: release version v2.3.0
1 parent b042f4e commit 7138fb7

3 files changed

Lines changed: 9 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.2.1 LANGUAGES CXX C)
7+
project(sdbus-c++ VERSION 2.3.0 LANGUAGES CXX C)
88

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

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,10 @@ v2.2.0
315315
v2.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

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.2.1)
7+
project(sdbus-c++-tools VERSION 2.3.0)
88

99
include(GNUInstallDirs)
1010

0 commit comments

Comments
 (0)