File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.2.1] - 2022-12-26
8
+
7
9
### Fixed
8
10
- Fixed ` imu.angular_velocity ` returning the values of ` imu.acceleration ` .
9
11
@@ -443,7 +445,8 @@ Prerelease changes are documented at [support#48].
443
445
444
446
445
447
<!-- 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
447
450
[ 3.2.0 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0c1...v3.2.0
448
451
[ 3.2.0c1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...v3.2.0c1
449
452
[ 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 20
20
#define PBIO_VERSION_MINOR 2
21
21
22
22
/** The current patch version. */
23
- #define PBIO_VERSION_MICRO 0
23
+ #define PBIO_VERSION_MICRO 1
24
24
25
25
/** The current prerelease level as a hex digit. */
26
26
#define PBIO_VERSION_LEVEL_HEX 0xF
You can’t perform that action at this time.
0 commit comments