Skip to content

Commit 7450515

Browse files
committed
chore: release version v1.6.0
1 parent c769637 commit 7450515

3 files changed

Lines changed: 8 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.13)
66

7-
project(sdbus-c++ VERSION 1.5.0 LANGUAGES C CXX)
7+
project(sdbus-c++ VERSION 1.6.0 LANGUAGES C CXX)
88

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

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,9 @@ v1.5.0
248248
- Add INSTALL_TESTS CMake option
249249
- Minor UnixFd cleanups
250250
- Additional little fixes and updates in code, build system, CI, and documentation
251+
252+
v1.6.0
253+
- Add support for enums in D-Bus serialization and signatures
254+
- Add support for std::variant as an alternative C++ type for D-Bus Variant
255+
- Add support for implicit conversions between std::variant and sdbus::Variant
256+
- Fix missing includes

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 1.5.0)
7+
project(sdbus-c++-tools VERSION 1.6.0)
88

99
include(GNUInstallDirs)
1010

0 commit comments

Comments
 (0)