File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.3] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2...v0.3 ) (2026-02-02)
1+ ## [ Unreleased] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.3...main )
2+
3+ ### Changed
4+ - Don't set SONAME in shared library
5+
6+ ## [ 0.3] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2...v0.3 )
27
38### Added
49- New APIs
813- Updated Firebolt C++ Transport dependency to ` v1.0.0 `
914- Added ` BUILD_WITH_INSTALLED_TRANSPORT ` option to allow building with the installed Transport even if the version mismatches, enabled by default
1015
11- ## [ 0.2.0] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0 ) (2025-12-16)
16+ ## [ 0.2.0] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0 )
1217
1318### Added
1419- New APIs
3540 - Metrics
3641 - SecureStorage
3742
38- ## [ 0.1.0] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0 ) (2025-12-16)
43+ ## [ 0.1.0] ( https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0 )
3944
4045### Added
4146- Initial Firebolt C++ Client
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ set_target_properties(${TARGET} PROPERTIES
7272 CXX_STANDARD 17
7373 CXX_STANDARD_REQUIRED YES
7474 VERSION ${PROJECT_VERSION}
75- SOVERSION ${PROJECT_VERSION_MAJOR}
75+ NO_SONAME ON
7676 CMAKE_POSITION_INDEPENDENT_CODE ON
7777)
7878
You can’t perform that action at this time.
0 commit comments