File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.6.0] - 2024-03-02
8+
9+ ### Changed
10+ - Bump version from beta to 3.6.0 without additional changes.
11+
712## [ 3.6.0b5] - 2025-02-26
813
914### Changed
@@ -1057,7 +1062,8 @@ Prerelease changes are documented at [support#48].
10571062
10581063
10591064<!-- diff links for headers -->
1060- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b5...HEAD
1065+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0...HEAD
1066+ [ 3.6.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b5...v3.6.0
10611067[ 3.6.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b4...v3.6.0b5
10621068[ 3.6.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b3...v3.6.0b4
10631069[ 3.6.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.6.0b2...v3.6.0b3
Original file line number Diff line number Diff line change 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 5
29+ #define PBIO_VERSION_SERIAL 0
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments