File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.6.0b4] - 2025-02-14
8
+
7
9
### Fixed
8
10
- Fixed low-battery warning on boot ([ pybricks-micropython #292 ] ) when the
9
11
voltage is not actually low.
@@ -1041,7 +1043,8 @@ Prerelease changes are documented at [support#48].
1041
1043
1042
1044
1043
1045
<!-- diff links for headers -->
1044
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b3...HEAD
1046
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b4...HEAD
1047
+ [ 3.6.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b3...v3.6.0b4
1045
1048
[ 3.6.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...v3.6.0b3
1046
1049
[ 3.6.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...v3.6.0b2
1047
1050
[ 3.6.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1
Original file line number Diff line number Diff line change 26
26
#define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 3
29
+ #define PBIO_VERSION_SERIAL 4
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments