Skip to content

Commit 812650a

Browse files
[doc] introduce CHANGELOG file
Signed-off-by: Benjamin Grolleau <benjamin.grolleau@outlook.com>
1 parent 31fb0fa commit 812650a

3 files changed

Lines changed: 47 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## IMPORTANT INFORMATION
22

3+
### PR Checklist
4+
5+
- [ ] I have updated the CHANGELOG.md file with a description of my changes.
6+
- [ ] I have signed the Contributor License Agreement (CLA).
7+
38
### Contributor License Agreement (CLA)
49
* The Pull Request feature will be considered by STMicroelectronics after the signature of a **Contributor License Agreement (CLA)** by the submitter.
510
* If you did not sign such agreement, please follow the steps mentioned in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
> **Note:** This changelog starts from version v1.2.0. For prior releases, refer to the
9+
> [GitHub Releases page](https://github.com/STMicroelectronics/STSELib/releases).
10+
11+
---
12+
13+
## [Unreleased](https://github.com/STMicroelectronics/STSELib/compare/v1.1.7...HEAD) - v1.2.0
14+
15+
### Breaking Changes
16+
17+
- **Renamed** `stse_Handler_t` to `stse_Handle_t` — all references to the handle type must be updated in application code ([31fb0fa](https://github.com/STMicroelectronics/STSELib/commit/31fb0fa9865828d82479e8c40fa3499c68b33fe9))
18+
- **API change** — all platform-level SecureElement initialization functions now require an additional `void *pArg` parameter ([51aa3f8](https://github.com/STMicroelectronics/STSELib/commit/51aa3f8114d33adfe38da6fd261e4b9a71a1fa9b))
19+
20+
### Added
21+
22+
### Changed
23+
24+
### Deprecated
25+
26+
### Removed
27+
28+
### Fixed
29+
30+
### Security
31+
32+
---
33+
34+
## [V1.1.7 — March 4, 2026](https://github.com/STMicroelectronics/STSELib/releases/tag/v1.1.7)

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,17 @@ Reference implementation for most common STSE applicative use case can be found
6262
Following applicative project can be used as reference for STSELib integration and usage.
6363

6464
- STSAFE-A
65-
- [stsafe-a-sdk](https://github.com/STMicroelectronics/STSAFE-A120-sdk)
66-
- [wolfssl-examples](https://github.com/wolfSSL/wolfssl-examples/tree/master/stsafe) developed and maintained by [WolfSSL](https://www.wolfssl.com/)
67-
- [Zephyr_st-stsafe-a1xx](https://github.com/catie-aq/zephyr_st-stsafe-a1xx) developed and maintained by [CATIE](https://www.catie.fr/language/en/home/)
65+
- [stsafe-a-sdk](https://github.com/STMicroelectronics/STSAFE-A120-sdk)
66+
- [wolfssl-examples](https://github.com/wolfSSL/wolfssl-examples/tree/master/stsafe) developed and maintained by [WolfSSL](https://www.wolfssl.com/)
67+
- [zephyr_st-stsafe-a1xx](https://github.com/catie-aq/zephyr_st-stsafe-a1xx) developed and maintained by [CATIE](https://www.catie.fr/language/en/home/)
6868

6969

7070
- STSAFE-L
7171
- [STSAFE-L_echo](https://github.com/STMicroelectronics/STSAFE-L_echo)
7272
- [STSAFE-L_device_authentication](https://github.com/STMicroelectronics/STSAFE-L_device_authentication)
7373
- [STSAFE-L_secure_data_storage](https://github.com/STMicroelectronics/STSAFE-L_secure_data_storage)
74+
75+
## Changelog
76+
77+
See [CHANGELOG.md](CHANGELOG.md) for the full history of changes.
78+
For releases prior to v1.2.0, refer to the [GitHub Releases page](https://github.com/STMicroelectronics/STSELib/releases).

0 commit comments

Comments
 (0)