This commit is contained in:
David Lechner
2022-12-20 15:39:26 -06:00
parent 358e893ec6
commit 49e9606321
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -4,11 +4,15 @@
## [Unreleased]
## [2.0.0] - 2022-12-20
### Added
- Added Windows DFU USB driver installation instructions ([support#858]).
### Changed
- Clicking empty area of file list focuses the list ([support#856]).
- Various text, style and accessibility fixes and improvements.
- Updated dependencies.
- Updated firmware to v3.2.0:
#### Changed
@@ -616,7 +620,8 @@ Prerelease changes are documented at [support#48].
<!-- links for version headings -->
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
[2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.1
[2.0.0-beta.12]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.11...v2.0.0-beta.12
[2.0.0-beta.11]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.10...v2.0.0-beta.11
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {