File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.3.0b5] - 2023-05-16
8+
79### Added
810- Enabled the ` gc ` module (except on BOOST Move hub).
9- - Added ` hub.ble ` attribute for accessing Bluetooth capabilities .
11+ - Added ` hub.ble ` attribute for broadcasting/observing ( [ pybricks-micropython # 158 ] ) .
1012
1113### Changed
1214- Updated MicroPython to v1.20.0.
1517- Fixed stdin containing ` 0x06 ` command byte ([ support #1052 ] ).
1618- Fixed motor process causing delays on ev3dev ([ support #1035 ] ).
1719
20+ [ pybricks-micropython#158 ] : https://github.com/pybricks/pybricks-micropython/pull/158
1821[ support#1035 ] : https://github.com/pybricks/support/issues/1035
1922[ support#1052 ] : https://github.com/pybricks/support/issues/1052
2023
@@ -606,7 +609,9 @@ Prerelease changes are documented at [support#48].
606609
607610
608611<!-- diff links for headers -->
609- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...HEAD
612+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...HEAD
613+ [ 3.3.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5
614+ [ 3.3.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...v3.3.0b4
610615[ 3.3.0b3 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...v3.3.0b3
611616[ 3.3.0b2 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b1...v3.3.0b2
612617[ 3.3.0b1 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.3.0b1
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 4
29+ #define PBIO_VERSION_SERIAL 5
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments