Skip to content

Commit 68f2451

Browse files
committed
v3.3.0b8
1 parent 8809277 commit 68f2451

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
## [Unreleased]
66

7+
## [3.3.0b8] - 2023-07-07
8+
79
### Added
810
- Added `use_gyro` method to toggle gyro use on and off in the `GyroDriveBase`
911
class ([support#1054]).
10-
is a tuple of `(name, num_values, data_type)` tuples for each available mode.
1112
- Added `pybricks.tools.read_input_byte()` function ([support#1102]).
1213

1314
### Changed
14-
- Relaxed thesholds that define when the IMU is stationary, to make the
15+
- Relaxed thresholds that define when the IMU is stationary, to make the
1516
defaults work better in noisier conditions ([support#1105]).
1617

1718
### Fixed
@@ -670,7 +671,8 @@ Prerelease changes are documented at [support#48].
670671

671672

672673
<!-- diff links for headers -->
673-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...HEAD
674+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...HEAD
675+
[3.3.0b8]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8
674676
[3.3.0b7]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
675677
[3.3.0b6]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6
676678
[3.3.0b5]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5

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

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

0 commit comments

Comments
 (0)