Skip to content

Commit 6d1d905

Browse files
committed
v3.3.0b9
1 parent 471d638 commit 6d1d905

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.3.0b9] - 2023-10-26
8+
79
### Added
810
- Added `hub.buttons` as an alias for `hub.button` on buttons with one
911
hub ([support#1254]).
@@ -706,7 +708,8 @@ Prerelease changes are documented at [support#48].
706708

707709

708710
<!-- diff links for headers -->
709-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...HEAD
711+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...HEAD
712+
[3.3.0b9]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...v3.3.0b9
710713
[3.3.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8
711714
[3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
712715
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6

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 8
29+
#define PBIO_VERSION_SERIAL 9
3030

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

0 commit comments

Comments
 (0)