chore(nordic): bump trezor-ble version before release
What changed, and why it matters
This commit only changes a version number for a Bluetooth Low Energy component from 0.1.1 to 1.0.0. There is no code change, no bug fix, and no security-related content visible in the diff or commit message.
No action needed; this is a routine version-bump commit with no security-relevant changes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates nordic/trezor/trezor-ble/VERSION, setting VERSION_MAJOR=1, VERSION_MINOR=0, PATCHLEVEL=0. No functional code is modified. The commit is labeled as a release chore with [no changelog].
Changed components
nordic/trezor/trezor-ble/VERSIONInspect captured patch +3 / −3
diff --git a/nordic/trezor/trezor-ble/VERSION b/nordic/trezor/trezor-ble/VERSION
index 51fb54207..16a13732e 100644
--- a/nordic/trezor/trezor-ble/VERSION
+++ b/nordic/trezor/trezor-ble/VERSION
@@ -1,5 +1,5 @@
-VERSION_MAJOR = 0
-VERSION_MINOR = 1
-PATCHLEVEL = 1
+VERSION_MAJOR = 1
+VERSION_MINOR = 0
+PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.