Skip to content

Commit 52f11d6

Browse files
committed
v4.0.0b11
1 parent 244323f commit 52f11d6

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,7 +4,9 @@
44

55
## [Unreleased]
66

7-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b10...HEAD
7+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b11...HEAD
8+
9+
## [4.0.0b11] - 2026-05-30
810

911
### Added
1012
- Added `power_pin` (int) on `UARTDevice()`
@@ -30,6 +32,7 @@
3032
[support#2698]: https://github.com/pybricks/support/issues/2698
3133
[support#2274]: https://github.com/pybricks/support/issues/2274
3234
[pybricks-micropython#468]: https://github.com/pybricks/pybricks-micropython/pull/468
35+
[4.0.0b11]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b10...v4.0.0b11
3336

3437
## [4.0.0b10] - 2026-05-15
3538

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

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

0 commit comments

Comments
 (0)