We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f310d commit 20f17f3Copy full SHA for 20f17f3
2 files changed
CHANGELOG.md
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.0.0-alpha.51] - 2024-11-01
10
+
11
### Added
12
- Added `pybricksdev oad info` command.
13
- Added `pybricksdev oad flash` command.
14
15
+### Fixed
16
+- Fixed EV3 firmware flashing on USB 3.0 systems.
17
18
## [1.0.0-alpha.50] - 2024-07-01
19
20
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pybricksdev"
3
-version = "1.0.0-alpha.50"
+version = "1.0.0-alpha.51"
4
description = "Pybricks developer tools"
5
authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
0 commit comments