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.5.0b1] - 2024-03-21
8+
79### Added
810- Added support for rumble in ` XboxController ` ([ support #1024 ] ).
911- Added ` Button.UP ` , ` Button.DOWN ` , ` Button.LEFT ` , and ` Button.RIGHT ` to
@@ -841,7 +843,8 @@ Prerelease changes are documented at [support#48].
841843
842844
843845<!-- diff links for headers -->
844- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...HEAD
846+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...HEAD
847+ [ 3.5.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
845848[ 3.4.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0
846849[ 3.4.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3
847850[ 3.4.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b1...v3.4.0b2
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 4
20+ #define PBIO_VERSION_MINOR 5
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