Skip to content

Commit 3783fac

Browse files
committed
v3.5.0b1
1 parent dcf8405 commit 3783fac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
## Unreleased
66

7+
## 3.5.0b1 - 2024-03-11
8+
9+
### Added
10+
11+
- Added `XboxController.rumble` method.
12+
- Added block icons for `hub.system.set_stop_button` and `hub.system.shutdown`.
13+
- Added program stop block (`raise SystemExit`).
14+
715
## 3.4.1 - 2024-03-11
816

917
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricks"
3-
version = "3.4.1"
3+
version = "v3.5.0b1"
44
description = "Documentation and user-API stubs for Pybricks MicroPython"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)