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.0b6] - 2022-12-02
8
+
7
9
### Added
8
10
- Added support for ` PBIO_PYBRICKS_COMMAND_REBOOT_TO_UPDATE_MODE ` Pybricks
9
11
Profile BLE command.
@@ -390,7 +392,8 @@ Prerelease changes are documented at [support#48].
390
392
391
393
392
394
<!-- diff links for headers -->
393
- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...HEAD
395
+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b6...HEAD
396
+ [ 3.2.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b5...v3.2.0b6
394
397
[ 3.2.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
395
398
[ 3.2.0b4 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b3...v3.2.0b4
396
399
[ 3.2.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...v3.2.0b3
Original file line number Diff line number Diff line change 26
26
#define PBIO_VERSION_LEVEL_HEX 0xB
27
27
28
28
/** The current prerelease serial. */
29
- #define PBIO_VERSION_SERIAL 5
29
+ #define PBIO_VERSION_SERIAL 6
30
30
31
31
/**
32
32
* The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments