Skip to content

Commit

Permalink
chore: version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sangelovic committed Oct 10, 2023
1 parent aac7e59 commit b482cd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.13)

project(sdbus-c++ VERSION 1.3.0 LANGUAGES C CXX)
project(sdbus-c++ VERSION 1.4.0 LANGUAGES C CXX)

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

Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,10 @@ v1.3.0
- Add support for libelogind as an addition to libsystemd
- Add support for std::future-based async methods in codegen tool
- Additional little fixes and improvements in code, build system, CI, and documentation

v1.4.0
- Implement API for convenient asynchronous property get/set on the client-side
- Add support for FreeBSD systems (including support for basu implementation of sd-bus on non-systemd machines)
- Add support for direct, peer-to-peer connections
- Add option to create IConnection directly from an underlying sd_bus instance
- Some additional fixes
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 1.3.0)
project(sdbus-c++-tools VERSION 1.4.0)

include(GNUInstallDirs)

Expand Down

0 comments on commit b482cd6

Please sign in to comment.