Skip to content

Commit bec6aaa

Browse files
committed
v3.3.0b9
1 parent e7377df commit bec6aaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44

55
## Unreleased
66

7+
## 3.3.0b9 - 2023-10-26
8+
79
### Changed
810
- Changed the beta feature for using the hub's gyro. Gyro control can now be
911
toggled using `use_gyro` instead of using a separate `GyroDriveBase` class.
12+
- Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
1013

1114
## Added
1215
- Added `set` to `ubuiltins` module.
16+
- Basic multitasking docs.
17+
- Awaitable keyword for awaitable methods and functions.
1318

1419
## 3.3.0b5 - 2023-05-16
1520

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.3.0b5"
3+
version = "3.3.0b9"
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)