Skip to content

Commit ef81bb2

Browse files
committed
v2.0.1
1 parent 23db8f4 commit ef81bb2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [2.0.1] - 2022-12-21
8+
79
### Fixed
810
- Fixed terminal scroll not working ([support#866]).
911
- Fixed terminal breaks if input is given before hub is connected ([support#865]).
@@ -627,7 +629,8 @@ Prerelease changes are documented at [support#48].
627629

628630
<!-- links for version headings -->
629631

630-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...HEAD
632+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...HEAD
633+
[2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1
631634
[2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
632635
[2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.1
633636
[2.0.0-beta.12]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.11...v2.0.0-beta.12

package.json

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

0 commit comments

Comments
 (0)