Skip to content

Commit abad75f

Browse files
authored
docs: Make the changelog user friendly (#13)
1 parent a49f990 commit abad75f

File tree

1 file changed

+38
-29
lines changed

1 file changed

+38
-29
lines changed

CHANGELOG.md

Lines changed: 38 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,38 @@
1-
## 0.2.1 (https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2.0...v0.2.1) (2025-12-17)
2-
3-
### Bug Fixes
4-
5-
* Align naming convention
6-
* Transport v1.0.0-next.25
7-
8-
# 0.2.0 (https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0) (2025-12-16)
9-
10-
### Features
11-
12-
* Accessibility API
13-
* Advertising API
14-
* Device API
15-
* Display API
16-
* Lifecycle 2.0 API
17-
* Localization API
18-
* Presentation API
19-
* Stats API
20-
* Remove not agreed APIs
21-
* Thunder removal
22-
* Change initialization of the transport
23-
* Transport v1.0.0-next.23
24-
25-
# 0.1.0 (https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0) (2025-12-16)
26-
27-
### Features
28-
29-
* Firebolt C++ Client
1+
## [Unreleased](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2.1...main)
2+
3+
## [0.2.1](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2.0...v0.2.1) (2025-12-17)
4+
5+
### Changed
6+
- Updated Firebolt C++ Transport dependency to `v1.0.0-next.25`
7+
8+
## [0.2.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0) (2025-12-16)
9+
10+
### Added
11+
- New APIs
12+
- Accessibility
13+
- Advertising
14+
- Device
15+
- Display
16+
- Lifecycle 2.0
17+
- Localization
18+
- Presentation
19+
- Stats
20+
21+
### Changed
22+
- **Breaking**: Header files have been moved to a `firebolt/` subdirectory. Include paths must be updated (e.g., `#include <firebolt/firebolt.h>`)
23+
- **Breaking**: The client initialization and deinitialization flow has been updated
24+
- The dependency on the Thunder framework has been removed
25+
- Updated Firebolt C++ Transport dependency to `v1.0.0-next.23`
26+
27+
### Removed
28+
- The following APIs, which were not part of the formal specification, have been removed:
29+
- ClosedCaptions
30+
- HdmiInput
31+
- Lifecycle 1.0
32+
- Metrics
33+
- SecureStorage
34+
35+
## [0.1.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0) (2025-12-16)
36+
37+
### Added
38+
- Initial Firebolt C++ Client

0 commit comments

Comments
 (0)