Skip to content

Commit 0b62db0

Browse files
committedFeb 14, 2025
v3.6.0b4
1 parent a0c5930 commit 0b62db0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.6.0b4] - 2025-02-14
8+
79
### Fixed
810
- Fixed low-battery warning on boot ([pybricks-micropython#292]) when the
911
voltage is not actually low.
@@ -1041,7 +1043,8 @@ Prerelease changes are documented at [support#48].
10411043

10421044

10431045
<!-- 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
10451048
[3.6.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...v3.6.0b3
10461049
[3.6.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...v3.6.0b2
10471050
[3.6.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1

‎lib/pbio/include/pbio/version.h

+1-1
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 3
29+
#define PBIO_VERSION_SERIAL 4
3030

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

0 commit comments

Comments
 (0)