File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.2.0c1] - 2022-12-09
8
+
7
9
### Fixed
8
10
- Fixed ` motor.control.limits() ` not working if acceleration was ` None ` .
9
11
- Fixed crash on calling methods on uninitialized objects ([ support #805 ] ).
@@ -418,7 +420,8 @@ Prerelease changes are documented at [support#48].
418
420
419
421
420
422
<!-- 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
422
425
[ 3.2.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6
423
426
[ 3.2.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
424
427
[ 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 23
23
#define PBIO_VERSION_MICRO 0
24
24
25
25
/** The current prerelease level as a hex digit. */
26
- #define PBIO_VERSION_LEVEL_HEX 0xB
26
+ #define PBIO_VERSION_LEVEL_HEX 0xC
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 6
29
+ #define PBIO_VERSION_SERIAL 1
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments