Skip to content

Commit 07b929c

Browse files
committed
v2.0.0-beta.7
1 parent 0e2a0f9 commit 07b929c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [2.0.0-beta.7] - 2022-10-24
8+
79
### Fixed
810
- Fixed UI temporary freeze when downloading and running programs ([support#750]).
911

@@ -428,7 +430,8 @@ Prerelease changes are documented at [support#48].
428430

429431
<!-- links for version headings -->
430432

431-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.6...HEAD
433+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.7...HEAD
434+
[2.0.0-beta.7]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.6...v2.0.0-beta.7
432435
[2.0.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...v2.0.0-beta.6
433436
[2.0.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.4...v2.0.0-beta.5
434437
[2.0.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.3...v2.0.0-beta.4

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-beta.6",
3+
"version": "2.0.0-beta.7",
44
"license": "MIT",
55
"author": "The Pybricks Authors",
66
"repository": {

0 commit comments

Comments
 (0)