File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.6.0b1] - 2024-09-24
8+
79### Added
810
911- Allow Bluetooth to be toggled off and on with the Bluetooth button on the
@@ -940,7 +942,8 @@ Prerelease changes are documented at [support#48].
940942
941943
942944<!-- diff links for headers -->
943- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...HEAD
945+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b1...HEAD
946+ [ 3.6.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0...v3.6.0b1
944947[ 3.5.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...v3.5.0
945948[ 3.5.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
946949[ 3.5.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
Original file line number Diff line number Diff line change 1717#define PBIO_VERSION_MAJOR 3
1818
1919/** The current minor version. */
20- #define PBIO_VERSION_MINOR 5
20+ #define PBIO_VERSION_MINOR 6
2121
2222/** The current patch version. */
2323#define PBIO_VERSION_MICRO 0
2424
2525/** The current prerelease level as a hex digit. */
26- #define PBIO_VERSION_LEVEL_HEX 0xF
26+ #define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 0
29+ #define PBIO_VERSION_SERIAL 1
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments