Skip to content

Commit

Permalink
v3.3.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Oct 26, 2023
1 parent 471d638 commit 6d1d905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [3.3.0b9] - 2023-10-26

### Added
- Added `hub.buttons` as an alias for `hub.button` on buttons with one
hub ([support#1254]).
Expand Down Expand Up @@ -706,7 +708,8 @@ Prerelease changes are documented at [support#48].


<!-- diff links for headers -->
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...HEAD
[3.3.0b9]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...v3.3.0b9
[3.3.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8
[3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6
Expand Down
2 changes: 1 addition & 1 deletion lib/pbio/include/pbio/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PBIO_VERSION_LEVEL_HEX 0xB

/** The current prerelease serial. */
#define PBIO_VERSION_SERIAL 8
#define PBIO_VERSION_SERIAL 9

/**
* The current prerelease level as a string.
Expand Down

0 comments on commit 6d1d905

Please sign in to comment.