Skip to content

Commit

Permalink
chore: release version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sangelovic committed Nov 20, 2024
1 parent a1419ee commit 0261d0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.14)

project(sdbus-c++ VERSION 2.0.0 LANGUAGES CXX C)
project(sdbus-c++ VERSION 2.1.0 LANGUAGES CXX C)

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

Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,12 @@ v2.0.0
- Require systemd of at least v238
- Many other fixes and updates in code, tests, build system, CI, and documentation

v2.x.y
v2.1.0
- Add SDBUSCPP_REGISTER_STRUCT macro to conveniently teach sdbus-c++ about user-defined structs
- Extend the SDBUSCPP_REGISTER_STRUCT macro with serialization of user-defined structs as dicts, and deserialization of dicts into user-defined structs
- Make createPlainMessage() function public
- Solve the problem of sending large D-Bus messages properly (through the event loop thread)
- Fix partially renamed BUILD_DOXYGEN_DOC CMake option
- Change googletest to default version 1.14.0
- Add version parameter to the xml2cpp codegen tool
- A few other internal refactorings and improvements
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.5)

project(sdbus-c++-tools VERSION 2.0.0)
project(sdbus-c++-tools VERSION 2.1.0)

include(GNUInstallDirs)

Expand Down

0 comments on commit 0261d0e

Please sign in to comment.