File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments