Skip to content

Commit d389003

Browse files
committed
release: v0.3.2
1 parent d04259f commit d389003

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

versions.env

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1317
VIDEOCAPTURE_VERSION=v0.2.0
14-
VISION_CORE_VERSION=v0.3.1
18+
VISION_CORE_VERSION=v0.3.2

0 commit comments

Comments
 (0)