File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.4.0b3] - 2024-03-05
8+
79### Added
810- Added ` joystick_deadzone ` keyword argument to suppress controller drift in
911 the ` XboxController ` ([ support #1473 ] ).
3234[ support#1499 ] : https://github.com/pybricks/support/issues/1499
3335[ support#1502 ] : https://github.com/pybricks/support/issues/1502
3436
35- ## [ 3.4.0b1 ] - 2024-02-10
37+ ## [ 3.4.0b2 ] - 2024-02-10
3638
3739### Added
3840- Added ` pybricks.iodevices.XboxController ` ([ support #191 ] , [ support #1024 ] ).
@@ -819,7 +821,8 @@ Prerelease changes are documented at [support#48].
819821
820822
821823<!-- diff links for headers -->
822- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...HEAD
824+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...HEAD
825+ [ 3.4.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3
823826[ 3.4.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b1...v3.4.0b2
824827[ 3.4.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0...v3.4.0b1
825828[ 3.3.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0c1...v3.3.0
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 2
29+ #define PBIO_VERSION_SERIAL 3
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments