Skip to content

Commit

Permalink
Bump up to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Angelovic committed Sep 11, 2020
1 parent 3b735bf commit 6e8e5aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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 0.8.2 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.8.3 LANGUAGES C CXX)

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

Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,12 @@ v0.8.2
- Fix integration test cases failing in specific situations
- Fix build with clang 9.0.1 and libcxx
- Fix potential data race in Proxy's condition variable

v0.8.3
- Fix build with gcc 8.3
- Address a few inconsistencies and make code more idiomatic
- Clean up integration tests
- Remove non-virtual-dtor warnings by making classes final
- Update CMake configuration flag names
- Fix unused variable warning for release builds
- Introduce CI workflow based on GitHub Actions

0 comments on commit 6e8e5aa

Please sign in to comment.