Skip to content

Commit 05b3ea7

Browse files
committed
v3.2.0c1
1 parent 163a454 commit 05b3ea7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

lib/pbio/include/pbio/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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.

0 commit comments

Comments
 (0)