Skip to content

Commit 8ac59f3

Browse files
committed
v2.2.0-beta.3
1 parent c9769cc commit 8ac59f3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44

55
## [Unreleased]
66

7+
## [2.2.0-beta.3] - 2023-04-24
8+
79
### Added
810
- Added support for Pybricks Profile v1.3.0.
911

1012
### Changed
1113
- Better error message when download and run fails due to disconnected hub.
14+
- Updated dependencies.
15+
- Update code completion for API changes and additions.
16+
- Updated docs.
1217
- Updated firmware to v3.3.0b4:
1318

1419
#### Added
@@ -839,7 +844,8 @@ Prerelease changes are documented at [support#48].
839844

840845
<!-- links for version headings -->
841846

842-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.2...HEAD
847+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.3...HEAD
848+
[2.2.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.2..v2.2.0-beta.3
843849
[2.2.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.1..v2.2.0-beta.2
844850
[2.2.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.1..v2.2.0-beta.1
845851
[2.1.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.0...v2.1.1

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

0 commit comments

Comments
 (0)