Skip to content

Commit 578a6af

Browse files
authored
Merge pull request #1406 from pybricks/dlech
v2.1.0-beta.1
2 parents b33677a + 90b7c22 commit 578a6af

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.1.0-beta.1] - 2022-12-23
8+
79
### Added
810
- Added audio and visual feedback when typing into terminal while user program is not running.
911

@@ -641,7 +643,8 @@ Prerelease changes are documented at [support#48].
641643

642644
<!-- links for version headings -->
643645

644-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...HEAD
646+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.1...HEAD
647+
[2.1.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...v2.1.0-beta.1
645648
[2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1
646649
[2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
647650
[2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.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.0.1",
3+
"version": "2.1.0-beta.1",
44
"license": "MIT",
55
"author": "The Pybricks Authors",
66
"repository": {

0 commit comments

Comments
 (0)