Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Mar 11, 2024
1 parent ea4f594 commit fbea972
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,33 @@

## Unreleased

## 3.4.0 - 2024-03-11

### Changed

- Update list block screenshots to match implementation.

## 3.4.0b5 - 2024-03-05

## Changed
### Changed

- Updates for v3.4.0b3 firmware (out of sync with docs).
- Changed `hub.button` to `hub.buttons` on single button hubs. Access via
`hub.button` will keep working in the firmware for backwards compatibility.

## 3.4.0b4 - 2024-02-14

## Added
### Added

- Added `pybricks.iodevices.XboxController` class.

## Changed
### Changed

- Changed `buttons.pressed` return type to set.

## 3.4.0b3 - 2024-01-30

## Added
### Added

- Added `pybricks.robotics.Car` class.

Expand All @@ -45,7 +51,7 @@

## 3.3.0c1 - 2023-11-20

## Added
### Added
- Enabled tilt and orientation config for `MoveHub()`.
- Documented `Motor.close()`

Expand All @@ -59,7 +65,7 @@
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.
- Basic multitasking docs.
- Awaitable keyword for awaitable methods and functions.
Expand Down Expand Up @@ -141,7 +147,7 @@

## 3.2.0b1-r1 - 2022-06-09

## Added
### Added
- Added `__init__.py` to `pybricks` package.

## 3.2.0b1 - 2022-06-02
Expand Down Expand Up @@ -212,7 +218,7 @@ not correspond to Pybricks firmware version numbers.**

## 1.3.2 - 2021-04-26

## Changed
### Changed
- Theme style fixes.
- Example code fixes
- Match doc version to firmware version.
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.0b5"
version = "3.4.0"
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 fbea972

Please sign in to comment.