Skip to content

Commit d791f2c

Browse files
committed
v4.0.0b5
1 parent b739f05 commit d791f2c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.

0 commit comments

Comments
 (0)