Skip to content

Commit

Permalink
0.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joedevivo committed Apr 6, 2021
1 parent 55fb846 commit 475d25c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to the "vscode-circuitpython" extension will be documented
in this file.

## [0.1.11]
- Fixed [#38](https://github.com/joedevivo/vscode-circuitpython/pull/37)
issue with Apple Silicon native bindings
- Fixed [#42](https://github.com/joedevivo/vscode-circuitpython/pull/42) & [#44](https://github.com/joedevivo/vscode-circuitpython/pull/44)
`boot_out.txt` was required. Still is to determine CircuitPython version, but we can live without that.

## [0.1.10]
- Disable pylint by default
- Opt in to pylance by default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-circuitpython",
"displayName": "CircuitPython",
"description": "CircuitPython for Visual Studio Code",
"version": "0.1.10",
"version": "0.1.11",
"publisher": "joedevivo",
"license": "MIT",
"qna": "https://github.com/joedevivo/vscode-circuitpython/discussions",
Expand Down

0 comments on commit 475d25c

Please sign in to comment.