Skip to content

Commit 94bf340

Browse files
committed
v3.3.0b7
1 parent ee5502f commit 94bf340

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.3.0b7] - 2023-06-30
8+
79
### Added
810
- Added `'modes'` entry to the dictionary returned by `PUPDevice.info()`. It
911
is a tuple of `(name, num_values, data_type)` tuples for each available mode.
@@ -645,8 +647,9 @@ Prerelease changes are documented at [support#48].
645647

646648

647649
<!-- diff links for headers -->
648-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...HEAD
649-
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b6
650+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...HEAD
651+
[3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
652+
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6
650653
[3.3.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5
651654
[3.3.0b4]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...v3.3.0b4
652655
[3.3.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...v3.3.0b3

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

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

0 commit comments

Comments
 (0)