File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.3.0b3] - 2023-03-28
8+
79### Added
810- Added ` positive_direction ` to ` DriveBase ` initializer. It defaults to
911 clockwise to ensure this is not a breaking change. Users can now change it
@@ -547,7 +549,8 @@ Prerelease changes are documented at [support#48].
547549
548550
549551<!-- diff links for headers -->
550- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...HEAD
552+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...HEAD
553+ [ 3.3.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...v3.3.0b3
551554[ 3.3.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b1...v3.3.0b2
552555[ 3.3.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.3.0b1
553556[ 3.2.2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2
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