This commit is contained in:
Laurens Valk
2023-10-26 20:29:31 +02:00
parent e7377dff31
commit bec6aaa76e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -4,12 +4,17 @@
## Unreleased ## Unreleased
## 3.3.0b9 - 2023-10-26
### Changed ### Changed
- Changed the beta feature for using the hub's gyro. Gyro control can now be - Changed the beta feature for using the hub's gyro. Gyro control can now be
toggled using `use_gyro` instead of using a separate `GyroDriveBase` class. toggled using `use_gyro` instead of using a separate `GyroDriveBase` class.
- Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
## Added ## Added
- Added `set` to `ubuiltins` module. - Added `set` to `ubuiltins` module.
- Basic multitasking docs.
- Awaitable keyword for awaitable methods and functions.
## 3.3.0b5 - 2023-05-16 ## 3.3.0b5 - 2023-05-16
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pybricks" name = "pybricks"
version = "3.3.0b5" version = "3.3.0b9"
description = "Documentation and user-API stubs for Pybricks MicroPython" description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <dev@pybricks.com>"] authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ] maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]