File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77[ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b11...HEAD
88
9+ ## [ 4.0.0] - 2026-06-08
10+
911### Changed
1012- Temporarily disable unfinished USB support for SPIKE so it doesn't block the
1113 stable release. It will remain enabled in beta releases.
1719
1820[ support#2720 ] : https://github.com/pybricks/support/issues/2720
1921[ support#2724 ] : https://github.com/pybricks/support/issues/2724
22+ [ 4.0.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b11...v4.0.0
2023
2124## [ 4.0.0b11] - 2026-05-30
2225
Original file line number Diff line number Diff line change 2323#define PBIO_VERSION_MICRO 0
2424
2525/** The current prerelease level as a hex digit. */
26- #define PBIO_VERSION_LEVEL_HEX 0xB
26+ #define PBIO_VERSION_LEVEL_HEX 0xF
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 11
29+ #define PBIO_VERSION_SERIAL 0
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments