Skip to content

Commit b457020

Browse files
committed
v3.3.0b3
1 parent a1097b3 commit b457020

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.0b3] - 2023-03-28
8+
79
### Added
810
- Added `positive_direction` to `DriveBase` initializer. It defaults to
911
clockwise to ensure this is not a breaking change. Users can now change it
@@ -547,7 +549,8 @@ Prerelease changes are documented at [support#48].
547549

548550

549551
<!-- diff links for headers -->
550-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...HEAD
552+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b3...HEAD
553+
[3.3.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b2...v3.3.0b3
551554
[3.3.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b1...v3.3.0b2
552555
[3.3.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.2...v3.3.0b1
553556
[3.2.2]: https://github.com/pybricks/pybricks-micropython/compare/v3.2.1...v3.2.2

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

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

0 commit comments

Comments
 (0)