Skip to content

Commit a9aae16

Browse files
committed
v3.2.0b2
1 parent d578e65 commit a9aae16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.0b2]
8+
79
### Added
810
- Added `Motor.stalled()`. It can detect stall during speed and position
911
control (`run`, `run_angle`, ...) just like `Motor.control.stalled()`, but
@@ -271,7 +273,8 @@ Prerelease changes are documented at [support#48].
271273

272274

273275
<!-- diff links for headers -->
274-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b1...HEAD
276+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...HEAD
277+
[3.2.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b1...v3.2.0b2
275278
[3.2.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0...v3.2.0b1
276279
[3.1.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.1.0
277280
[3.1.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a4...v3.1.0c1

lib/pbio/include/pbio/version.h

+1-1
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 1
29+
#define PBIO_VERSION_SERIAL 2
3030

3131
/**
3232
* The current prerelease level as a string.

0 commit comments

Comments
 (0)