mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
+4
-1
@@ -4,6 +4,8 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.1.0-beta.1] - 2022-12-23
|
||||
|
||||
### Added
|
||||
- Added audio and visual feedback when typing into terminal while user program is not running.
|
||||
|
||||
@@ -641,7 +643,8 @@ Prerelease changes are documented at [support#48].
|
||||
|
||||
<!-- links for version headings -->
|
||||
|
||||
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...HEAD
|
||||
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.1...HEAD
|
||||
[2.1.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...v2.1.0-beta.1
|
||||
[2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1
|
||||
[2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
|
||||
[2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.1
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pybricks/pybricks-code",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0-beta.1",
|
||||
"license": "MIT",
|
||||
"author": "The Pybricks Authors",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user