Skip to content

Commit 41388c2

Browse files
committed
v3.3.0b5
1 parent 3d8fa4f commit 41388c2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
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.
@@ -15,6 +17,7 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 1 addition & 1 deletion
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 4
29+
#define PBIO_VERSION_SERIAL 5
3030

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

0 commit comments

Comments
 (0)