Skip to content

Commit 4574108

Browse files
authored
Merge pull request #10 from Se7ven/v1.0.4
V1.0.4
2 parents 9a7f40e + 698a9c7 commit 4574108

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DOCKER_ARGS: ${{ env.DOCKER_ARGS }}
1818
env:
1919
CPCD_VERSION: v4.7.0
20-
GECKO_SDK_VERSION: v2025.6.0
20+
GECKO_SDK_VERSION: v2025.6.1
2121
UNIVERSAL_SILABS_FLASHER: 0.0.22
2222
steps:
2323
- uses: actions/checkout@v3

silabs-multiprotocol-ember/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
Updates:
6+
- simplicity sdk -> v2025.6.1
7+
- cpcd -> v4.7.0
8+
39
## 1.0.3
410

511
Updates:

silabs-multiprotocol-ember/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ build_from:
55
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
66
args:
77
CPCD_VERSION: v4.7.0
8-
GECKO_SDK_VERSION: v2025.6.0
8+
GECKO_SDK_VERSION: v2025.6.1
99
UNIVERSAL_SILABS_FLASHER: 0.0.22

0 commit comments

Comments
 (0)