Skip to content

Commit a28b076

Browse files
committed
v4.0.0b8
1 parent 00edd3b commit a28b076

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.0b8] - 2026-03-19
8+
79
### Added
810
- Added `pybricks.pupdevices.MarioHub` to control it as a peripheral. It
911
cannot be used as a standalone device since it cannot ne updated.
@@ -1326,7 +1328,8 @@ Prerelease changes are documented at [support#48].
13261328

13271329

13281330
<!-- diff links for headers -->
1329-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b7...HEAD
1331+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b8...HEAD
1332+
[4.0.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b7...v4.0.0b8
13301333
[4.0.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b6...v4.0.0b7
13311334
[4.0.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b5...v4.0.0b6
13321335
[4.0.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...v4.0.0b5

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 7
29+
#define PBIO_VERSION_SERIAL 8
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)