Skip to content

Commit fbea972

Browse files
committed
v3.4.0
1 parent ea4f594 commit fbea972

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## 3.4.0 - 2024-03-11
8+
9+
### Changed
10+
11+
- Update list block screenshots to match implementation.
12+
713
## 3.4.0b5 - 2024-03-05
814

9-
## Changed
15+
### Changed
1016

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

1521
## 3.4.0b4 - 2024-02-14
1622

17-
## Added
23+
### Added
1824

1925
- Added `pybricks.iodevices.XboxController` class.
2026

21-
## Changed
27+
### Changed
2228

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

2531
## 3.4.0b3 - 2024-01-30
2632

27-
## Added
33+
### Added
2834

2935
- Added `pybricks.robotics.Car` class.
3036

@@ -45,7 +51,7 @@
4551

4652
## 3.3.0c1 - 2023-11-20
4753

48-
## Added
54+
### Added
4955
- Enabled tilt and orientation config for `MoveHub()`.
5056
- Documented `Motor.close()`
5157

@@ -59,7 +65,7 @@
5965
toggled using `use_gyro` instead of using a separate `GyroDriveBase` class.
6066
- Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
6167

62-
## Added
68+
### Added
6369
- Added `set` to `ubuiltins` module.
6470
- Basic multitasking docs.
6571
- Awaitable keyword for awaitable methods and functions.
@@ -141,7 +147,7 @@
141147

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

144-
## Added
150+
### Added
145151
- Added `__init__.py` to `pybricks` package.
146152

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

213219
## 1.3.2 - 2021-04-26
214220

215-
## Changed
221+
### Changed
216222
- Theme style fixes.
217223
- Example code fixes
218224
- Match doc version to firmware version.

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.0b5"
3+
version = "3.4.0"
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)