Skip to content

Commit

Permalink
v3.5.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Apr 5, 2024
1 parent 13dd65d commit cc67858
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.5.0b2] - 2024-04-05

### Added
- Added optional keyword arguments to `pybricks.tools.read_input_byte()` for
automatic conversion via `chr` and to skip to the last byte ([support#1574]).
Expand Down Expand Up @@ -864,7 +866,8 @@ Prerelease changes are documented at [support#48].


<!-- diff links for headers -->
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...HEAD
[3.5.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
[3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
[3.4.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0
[3.4.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3
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 1
#define PBIO_VERSION_SERIAL 2

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

0 comments on commit cc67858

Please sign in to comment.