Skip to content

Commit

Permalink
v3.4.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Feb 16, 2024
1 parent ea0379d commit 97c3309
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.0b1] - 2024-02-10

### Added
- Added `pybricks.iodevices.XboxController` ([support#191], [support#1024]).
- Re-enable `pybricks.iodevices.LWP3Device` missing from last beta.
Expand All @@ -20,7 +22,7 @@
[support#1024]: https://github.com/pybricks/support/issues/1024
[support#1438]: https://github.com/pybricks/support/issues/1438

## [3.4.0b1] - 2023-11-24
## [3.4.0b1] - 2024-01-30

### Added
- Added `pybricks.robotics.Car` for controlling a car with one or more drive
Expand Down Expand Up @@ -789,7 +791,8 @@ Prerelease changes are documented at [support#48].


<!-- diff links for headers -->
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b1...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b2...HEAD
[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
[3.3.0c1]: https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b9...v3.3.0c1
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 1
#define PBIO_VERSION_SERIAL 2

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

0 comments on commit 97c3309

Please sign in to comment.