From 49e9606321ba4d2dfe528b505257a61c9347bacf Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 20 Dec 2022 15:18:59 -0600 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933083b9f..ee1fd02b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]. -[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 diff --git a/package.json b/package.json index 7758f2f08..9483dacca 100644 --- a/package.json +++ b/package.json @@ -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": {