File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.2.0b5] - 2022-11-11
8+
79### Added
810- Added ` DriveBase.stalled() ` for convenient stall detection.
911- Added ` DriveBase.done() ` for convenient completion detection, which is
@@ -360,7 +362,8 @@ Prerelease changes are documented at [support#48].
360362
361363
362364<!-- diff links for headers -->
363- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...HEAD
365+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...HEAD
366+ [ 3.2.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
364367[ 3.2.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b3...v3.2.0b4
365368[ 3.2.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...v3.2.0b3
366369[ 3.2.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b1...v3.2.0b2
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 4
29+ #define PBIO_VERSION_SERIAL 5
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments