Skip to content

Commit

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

## [Unreleased]

## [3.5.0b1] - 2024-03-21

### Added
- Added support for rumble in `XboxController` ([support#1024]).
- Added `Button.UP`, `Button.DOWN`, `Button.LEFT`, and `Button.RIGHT` to
Expand Down Expand Up @@ -841,7 +843,8 @@ Prerelease changes are documented at [support#48].


<!-- diff links for headers -->
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.5.0b1...HEAD
[3.5.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0...v3.5.0b1
[3.4.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.4.0b3...v3.4.0
[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
Expand Down
6 changes: 3 additions & 3 deletions lib/pbio/include/pbio/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
#define PBIO_VERSION_MAJOR 3

/** The current minor version. */
#define PBIO_VERSION_MINOR 4
#define PBIO_VERSION_MINOR 5

/** The current patch version. */
#define PBIO_VERSION_MICRO 0

/** The current prerelease level as a hex digit. */
#define PBIO_VERSION_LEVEL_HEX 0xF
#define PBIO_VERSION_LEVEL_HEX 0xB

/** The current prerelease serial. */
#define PBIO_VERSION_SERIAL 0
#define PBIO_VERSION_SERIAL 1

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

0 comments on commit 35fb5c4

Please sign in to comment.