Skip to content

Commit cc67858

Browse files
committed
v3.5.0b2
1 parent 13dd65d commit cc67858

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.5.0b2] - 2024-04-05
8+
79
### Added
810
- Added optional keyword arguments to `pybricks.tools.read_input_byte()` for
911
automatic conversion via `chr` and to skip to the last byte ([support#1574]).
@@ -864,7 +866,8 @@ Prerelease changes are documented at [support#48].
864866

865867

866868
<!-- diff links for headers -->
867-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...HEAD
869+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b2...HEAD
870+
[3.5.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...v3.5.0b2
868871
[3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
869872
[3.4.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0
870873
[3.4.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3

lib/pbio/include/pbio/version.h

+1-1
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 1
29+
#define PBIO_VERSION_SERIAL 2
3030

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

0 commit comments

Comments
 (0)