Skip to content

Commit 49e9606

Browse files
committed
v2.0.0
1 parent 358e893 commit 49e9606

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
## [Unreleased]
66

7+
## [2.0.0] - 2022-12-20
8+
79
### Added
810
- Added Windows DFU USB driver installation instructions ([support#858]).
911

1012
### Changed
1113
- Clicking empty area of file list focuses the list ([support#856]).
14+
- Various text, style and accessibility fixes and improvements.
15+
- Updated dependencies.
1216
- Updated firmware to v3.2.0:
1317

1418
#### Changed
@@ -616,7 +620,8 @@ Prerelease changes are documented at [support#48].
616620

617621
<!-- links for version headings -->
618622

619-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...HEAD
623+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...HEAD
624+
[2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
620625
[2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.1
621626
[2.0.0-beta.12]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.11...v2.0.0-beta.12
622627
[2.0.0-beta.11]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.10...v2.0.0-beta.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pybricks/pybricks-code",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"author": "The Pybricks Authors",
66
"repository": {

0 commit comments

Comments
 (0)