Skip to content

Commit 20f17f3

Browse files
committed
v1.0.0-alpha.51
1 parent 81f310d commit 20f17f3

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
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0-alpha.51] - 2024-11-01
10+
911
### Added
1012
- Added `pybricksdev oad info` command.
1113
- Added `pybricksdev oad flash` command.
1214

15+
### Fixed
16+
- Fixed EV3 firmware flashing on USB 3.0 systems.
17+
1318
## [1.0.0-alpha.50] - 2024-07-01
1419

1520
### Changed

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 = "pybricksdev"
3-
version = "1.0.0-alpha.50"
3+
version = "1.0.0-alpha.51"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)