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 dcf8405 commit 3783fac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## Unreleased

## 3.5.0b1 - 2024-03-11

### Added

- Added `XboxController.rumble` method.
- Added block icons for `hub.system.set_stop_button` and `hub.system.shutdown`.
- Added program stop block (`raise SystemExit`).

## 3.4.1 - 2024-03-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.4.1"
version = "v3.5.0b1"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <[email protected]>"]
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]
Expand Down

0 comments on commit 3783fac

Please sign in to comment.