Skip to content

Commit 77ba67a

Browse files
committed
v2.2.0-beta.1
1 parent 7d3c776 commit 77ba67a

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.2.0-beta.1] - 2023-03-08
8+
79
### Added
810
- Added ability to import ZIP files containing Python files ([support#833]).
911

@@ -749,7 +751,8 @@ Prerelease changes are documented at [support#48].
749751

750752
<!-- links for version headings -->
751753

752-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.1...HEAD
754+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.1...HEAD
755+
[2.2.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.1..v2.2.0-beta.1
753756
[2.1.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.0...v2.1.1
754757
[2.1.0]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.4...v2.1.0
755758
[2.1.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.3...v2.1.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.1.1",
3+
"version": "2.2.0-beta.1",
44
"license": "MIT",
55
"author": "The Pybricks Authors",
66
"repository": {

0 commit comments

Comments
 (0)