Skip to content

Commit

Permalink
v3.4.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Mar 6, 2024
1 parent 31787a6 commit 1a03c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [3.4.0b3] - 2024-03-05

### Added
- Added `joystick_deadzone` keyword argument to suppress controller drift in
the `XboxController` ([support#1473]).
Expand Down Expand Up @@ -32,7 +34,7 @@
[support#1499]: https://github.com/pybricks/support/issues/1499
[support#1502]: https://github.com/pybricks/support/issues/1502

## [3.4.0b1] - 2024-02-10
## [3.4.0b2] - 2024-02-10

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


<!-- diff links for headers -->
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...HEAD
[3.4.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...v3.4.0b3
[3.4.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b1...v3.4.0b2
[3.4.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0...v3.4.0b1
[3.3.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0c1...v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/pbio/include/pbio/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PBIO_VERSION_LEVEL_HEX 0xB

/** The current prerelease serial. */
#define PBIO_VERSION_SERIAL 2
#define PBIO_VERSION_SERIAL 3

/**
* The current prerelease level as a string.
Expand Down

0 comments on commit 1a03c36

Please sign in to comment.