Skip to content

Commit ed8dadb

Browse files
chore(main): release 4.1.0
1 parent 88156e0 commit ed8dadb

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [4.1.0](https://github.com/philips-software/amp-hal-st/compare/v4.0.0...v4.1.0) (2025-02-18)
8+
9+
10+
### Features
11+
12+
* Add support for internal ADC channels ([#487](https://github.com/philips-software/amp-hal-st/issues/487)) ([30a6f4e](https://github.com/philips-software/amp-hal-st/commit/30a6f4e274fa86b73691f4e901cb9a1b872f49a9))
13+
14+
15+
### Bug Fixes
16+
17+
* Better gap state update in gap central ([#507](https://github.com/philips-software/amp-hal-st/issues/507)) ([88156e0](https://github.com/philips-software/amp-hal-st/commit/88156e0a5f21846e87d3e50d02b2c923a3d43bfc))
18+
* Gap central adv data copy mistake 2 ([#502](https://github.com/philips-software/amp-hal-st/issues/502)) ([a214847](https://github.com/philips-software/amp-hal-st/commit/a2148474685297527b7aee60e5d4c3ede7d50328))
19+
* Gap central adv data copy mistake 3 ([#503](https://github.com/philips-software/amp-hal-st/issues/503)) ([2eff208](https://github.com/philips-software/amp-hal-st/commit/2eff20830ccc645d1caf6a39e2c7eaa88cb50dc6))
20+
* Mistake GapCentral adv data copy ([#501](https://github.com/philips-software/amp-hal-st/issues/501)) ([190e2f9](https://github.com/philips-software/amp-hal-st/commit/190e2f9d2f8af098cc1ef0c68a9c110440a84ca2))
21+
722
## [4.0.0](https://github.com/philips-software/amp-hal-st/compare/v3.0.0...v4.0.0) (2025-01-16)
823

924

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (HALST_STANDALONE)
4141
endif()
4242
endif()
4343

44-
project(hal_st LANGUAGES C CXX ASM VERSION 4.0.0) # x-release-please-version
44+
project(hal_st LANGUAGES C CXX ASM VERSION 4.1.0) # x-release-please-version
4545

4646
set(CMAKE_CXX_STANDARD 20)
4747
set(CMAKE_CXX_STANDARD_REQUIRED On)

0 commit comments

Comments
 (0)