File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 4.0.0b5] - 2026-01-30
8+
79### Added
810- Added support for absolute turns with and without the gyro
911 with ` drive_base.turn(angle, absolute=True) ` ([ pybricks-micropython #458 ] ).
@@ -1252,7 +1254,8 @@ Prerelease changes are documented at [support#48].
12521254
12531255
12541256<!-- diff links for headers -->
1255- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...HEAD
1257+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...HEAD
1258+ [ 4.0.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...v4.0.0b5
12561259[ 4.0.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...v4.0.0b4
12571260[ 4.0.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...v4.0.0b3
12581261[ 4.0.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...v4.0.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