This commit is contained in:
David Lechner
2022-12-21 13:27:33 -06:00
parent 23db8f4d9b
commit ef81bb2341
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -4,6 +4,8 @@
## [Unreleased]
## [2.0.1] - 2022-12-21
### Fixed
- Fixed terminal scroll not working ([support#866]).
- Fixed terminal breaks if input is given before hub is connected ([support#865]).
@@ -627,7 +629,8 @@ Prerelease changes are documented at [support#48].
<!-- links for version headings -->
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1
[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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {