From 475d25c6c7305090c5fd9fc8bc9006b69bb9038f Mon Sep 17 00:00:00 2001 From: Joe DeVivo Date: Tue, 6 Apr 2021 16:46:39 -0700 Subject: [PATCH] 0.1.11 release --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009e739..fe94003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3394f99..9c5497c 100644 --- a/package.json +++ b/package.json @@ -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",