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.2.0c1] - 2022-12-09
8+
79### Fixed
810- Fixed ` motor.control.limits() ` not working if acceleration was ` None ` .
911- Fixed crash on calling methods on uninitialized objects ([ support #805 ] ).
@@ -418,7 +420,8 @@ Prerelease changes are documented at [support#48].
418420
419421
420422<!-- diff links for headers -->
421- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...HEAD
423+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...HEAD
424+ [ 3.2.0c1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
422425[ 3.2.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6
423426[ 3.2.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
424427[ 3.2.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b3...v3.2.0b4
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 0xC
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 6
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