Skip to content

Commit afab737

Browse files
committed
v3.2.1
1 parent c8be10f commit afab737

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.2.1] - 2022-12-26
8+
79
### Fixed
810
- Fixed `imu.angular_velocity` returning the values of `imu.acceleration`.
911

@@ -443,7 +445,8 @@ Prerelease changes are documented at [support#48].
443445

444446

445447
<!-- diff links for headers -->
446-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...HEAD
448+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...HEAD
449+
[3.2.1]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0...v3.2.1
447450
[3.2.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
448451
[3.2.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
449452
[3.2.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6

Diff for: lib/pbio/include/pbio/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define PBIO_VERSION_MINOR 2
2121

2222
/** The current patch version. */
23-
#define PBIO_VERSION_MICRO 0
23+
#define PBIO_VERSION_MICRO 1
2424

2525
/** The current prerelease level as a hex digit. */
2626
#define PBIO_VERSION_LEVEL_HEX 0xF

0 commit comments

Comments
 (0)