Skip to content

Commit 1dee1ad

Browse files
dccoteclaude
andcommitted
Prepare 1.3.2 release notes
Record under [1.3.2] the Millennia eV STM32 USB-CDC VID/PID port discovery (#108). Patch bump, consistent with 1.3.1; additive behavior, no existing device changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 16b7306 commit 1dee1ad

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ API changes can land even when the minor version is unchanged.
66

77
## [Unreleased]
88

9+
## [1.3.2] - 2026-07-07
10+
11+
### Added
12+
- `MillenniaEv25Device` (and its `MillenniaDevice` alias) now discovers its port
13+
by USB identity when constructed without a `portPath`. The class carries the
14+
STM32 Virtual COM Port identity `classIdVendor = 0x0483` /
15+
`classIdProduct = 0x5740`, and `doInitializeDevice` matches it over pyserial's
16+
ports, raising `UnableToInitialize` naming the identity when none is found. An
17+
explicit `portPath` still takes precedence, and a `serialNumber` narrows
18+
discovery when several STM32 USB-CDC ports are present. Note: `0x0483:0x5740`
19+
is STMicro's generic STM32 VCP identity shared by unrelated STM32 boards, so
20+
pin `portPath` on a host that has more than one.
21+
922
## [1.3.1] - 2026-07-06
1023

1124
### Added

0 commit comments

Comments
 (0)