Skip to content

Commit 284937f

Browse files
committed
pyproject: v2.0.0
1 parent 5106ee3 commit 284937f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2025-08-10
10+
911
### Added
1012
- Added optional user program ID arg to `PybricksHub.start_user_program()`.
13+
- Added support for running programs via USB on EV3 and NXT.
1114

1215
### Fixed
1316
- Fixed calling `PybricksHub.write()` methods.
@@ -490,7 +493,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
490493
- Typo in `pip` arguments `README.md`.
491494

492495

493-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.2.0..HEAD
496+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v2.0.0..HEAD
497+
[2.0.0]: https://github.com/pybricks/pybricksdev/compare/v1.2.0...v2.0.0
494498
[1.2.0]: https://github.com/pybricks/pybricksdev/compare/v1.1.0...v1.2.0
495499
[1.1.0]: https://github.com/pybricks/pybricksdev/compare/v1.0.1...v1.1.0
496500
[1.0.1]: https://github.com/pybricks/pybricksdev/compare/v1.0.0...v1.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pybricksdev"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
description = "Pybricks developer tools"
55
authors = [{ name = "The Pybricks Authors", email = "[email protected]" }]
66
maintainers = [

0 commit comments

Comments
 (0)