Skip to content

Commit 90a4093

Browse files
committed
v3.2.0b6
1 parent a276eaf commit 90a4093

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.0b6] - 2022-12-02
8+
79
### Added
810
- Added support for `PBIO_PYBRICKS_COMMAND_REBOOT_TO_UPDATE_MODE` Pybricks
911
Profile BLE command.
@@ -390,7 +392,8 @@ Prerelease changes are documented at [support#48].
390392

391393

392394
<!-- 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
394397
[3.2.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b4...v3.2.0b5
395398
[3.2.0b4]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b3...v3.2.0b4
396399
[3.2.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.0b2...v3.2.0b3

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 5
29+
#define PBIO_VERSION_SERIAL 6
3030

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

0 commit comments

Comments
 (0)