Skip to content

Commit 1a03c36

Browse files
committed
v3.4.0b3
1 parent 31787a6 commit 1a03c36

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.4.0b3] - 2024-03-05
8+
79
### Added
810
- Added `joystick_deadzone` keyword argument to suppress controller drift in
911
the `XboxController` ([support#1473]).
@@ -32,7 +34,7 @@
3234
[support#1499]: https://github.com/pybricks/support/issues/1499
3335
[support#1502]: https://github.com/pybricks/support/issues/1502
3436

35-
## [3.4.0b1] - 2024-02-10
37+
## [3.4.0b2] - 2024-02-10
3638

3739
### Added
3840
- Added `pybricks.iodevices.XboxController` ([support#191], [support#1024]).
@@ -819,7 +821,8 @@ Prerelease changes are documented at [support#48].
819821

820822

821823
<!-- diff links for headers -->
822-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...HEAD
824+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...HEAD
825+
[3.4.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3
823826
[3.4.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b1...v3.4.0b2
824827
[3.4.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0...v3.4.0b1
825828
[3.3.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0c1...v3.3.0

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)