Skip to content

Commit bda0f79

Browse files
committed
v3.2.0b3
1 parent 62313d3 commit bda0f79

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.2.0b3] - 2022-07-20
8+
79
### Fixed
810
- Fix integral control not working properly due to mistakes introduced while
911
converting the controllers to use millidegrees.
@@ -282,7 +284,8 @@ Prerelease changes are documented at [support#48].
282284

283285

284286
<!-- diff links for headers -->
285-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...HEAD
287+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b3...HEAD
288+
[3.2.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...v3.2.0b3
286289
[3.2.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b1...v3.2.0b2
287290
[3.2.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0...v3.2.0b1
288291
[3.1.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.1.0

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.

0 commit comments

Comments
 (0)