chore: release version v1.6.0

This commit is contained in:
Stanislav Angelovič
2024-04-24 20:04:34 +02:00
parent c769637f3b
commit 7450515d0b
3 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
project(sdbus-c++ VERSION 1.5.0 LANGUAGES C CXX) project(sdbus-c++ VERSION 1.6.0 LANGUAGES C CXX)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

View File

@@ -248,3 +248,9 @@ v1.5.0
- Add INSTALL_TESTS CMake option - Add INSTALL_TESTS CMake option
- Minor UnixFd cleanups - Minor UnixFd cleanups
- Additional little fixes and updates in code, build system, CI, and documentation - Additional little fixes and updates in code, build system, CI, and documentation
v1.6.0
- Add support for enums in D-Bus serialization and signatures
- Add support for std::variant as an alternative C++ type for D-Bus Variant
- Add support for implicit conversions between std::variant and sdbus::Variant
- Fix missing includes

View File

@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
project(sdbus-c++-tools VERSION 1.5.0) project(sdbus-c++-tools VERSION 1.6.0)
include(GNUInstallDirs) include(GNUInstallDirs)