Skip to content

Commit fcffef3

Browse files
committed
v2.0.0-beta.6
1 parent 6692ab6 commit fcffef3

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.6] - 2022-10-21
8+
79
### Added
810
- Added feature to install custom firmware from file ([pybricks-code#1020]).
911
- Added support for multi-file programs ([support#189]).
@@ -421,7 +423,8 @@ Prerelease changes are documented at [support#48].
421423

422424
<!-- links for version headings -->
423425

424-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...HEAD
426+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.6...HEAD
427+
[2.0.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...v2.0.0-beta.6
425428
[2.0.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.4...v2.0.0-beta.5
426429
[2.0.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.3...v2.0.0-beta.4
427430
[2.0.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.2...v2.0.0-beta.3

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

0 commit comments

Comments
 (0)