Skip to content

Commit cb3d1e5

Browse files
committed
v4.0.0
1 parent 0bd1ca8 commit cb3d1e5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b11...HEAD
88

9+
## [4.0.0] - 2026-06-08
10+
911
### Changed
1012
- Temporarily disable unfinished USB support for SPIKE so it doesn't block the
1113
stable release. It will remain enabled in beta releases.
@@ -17,6 +19,7 @@
1719

1820
[support#2720]: https://github.com/pybricks/support/issues/2720
1921
[support#2724]: https://github.com/pybricks/support/issues/2724
22+
[4.0.0]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b11...v4.0.0
2023

2124
## [4.0.0b11] - 2026-05-30
2225

lib/pbio/include/pbio/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PBIO_VERSION_MICRO 0
2424

2525
/** The current prerelease level as a hex digit. */
26-
#define PBIO_VERSION_LEVEL_HEX 0xB
26+
#define PBIO_VERSION_LEVEL_HEX 0xF
2727

2828
/** The current prerelease serial. */
29-
#define PBIO_VERSION_SERIAL 11
29+
#define PBIO_VERSION_SERIAL 0
3030

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

0 commit comments

Comments
 (0)