Skip to content

Commit f153024

Browse files
committed
v3.3.0b6
1 parent 961f2b4 commit f153024

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.0b6] - 2023-06-02
8+
79
### Added
810
- Enabled builtin `set` type (except on BOOST Move hub) ([support#402]).
911

@@ -625,7 +627,8 @@ Prerelease changes are documented at [support#48].
625627

626628

627629
<!-- diff links for headers -->
628-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...HEAD
630+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...HEAD
631+
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b6
629632
[3.3.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5
630633
[3.3.0b4]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...v3.3.0b4
631634
[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 5
29+
#define PBIO_VERSION_SERIAL 6
3030

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

0 commit comments

Comments
 (0)