File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
77## [ Unreleased]
88
9+ ## [ 0.3.2] - 2026-05-28
10+
11+ ### Changed
12+ - Pinned ` neuriplo ` to ` v0.4.0 ` (LiteRT NCHW→NHWC transpose fix, new LiteRT
13+ backend) and ` vision-core ` to ` v0.3.2 ` (YOLO26 normalized coordinate scaling
14+ fix). ` videocapture ` pin unchanged at ` v0.2.0 ` .
15+
916## [ 0.3.1] - 2026-05-21
1017
1118### Changed
Original file line number Diff line number Diff line change 1- 0.3.1
1+ 0.3.2
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ CMAKE_MIN_VERSION=3.20
99# so these need not be equal. Every pin must be a concrete vX.Y.Z tag, never a
1010# branch like 'master' or 'develop'. Precedence: cmake -D > versions.env > derived.
1111# Managed by scripts/cut_release.sh; enforced by scripts/validate_release_pins.sh.
12- NEURIPLO_VERSION = v0.3.0
12+
13+ # Sibling repository refs, each pinned to that sibling's current release tag
14+ # so a checkout of the v0.3.2 tag rebuilds against the exact same sibling code.
15+ # Siblings version independently -- these need not be equal.
16+ NEURIPLO_VERSION = v0.4.0
1317VIDEOCAPTURE_VERSION = v0.2.0
14- VISION_CORE_VERSION = v0.3.1
18+ VISION_CORE_VERSION = v0.3.2
You can’t perform that action at this time.
0 commit comments