Skip to content

Commit 425ed84

Browse files
committed
build: Disable so-version
1 parent 13ef901 commit 425ed84

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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
@@ -8,7 +13,7 @@
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
@@ -35,7 +40,7 @@
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

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)