Skip to content

Commit d77e1a5

Browse files
committed
Created new release
1 parent d65b8eb commit d77e1a5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.7.1
5+
6+
- Removed Microsoft's deprecation warnings
7+
- Fixed a bug that local Arduino Cli installation cannot be found on macos
8+
- Added `ARDUINO_DIRECTORIES_DATA` env variable to define package directory
9+
- Added docker build file for creating build environment for this extension
10+
411
## Version 0.6.0
512

613
- Release date: March 15, 2023

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino-community",
33
"displayName": "Arduino Community Edition",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"publisher": "vscode-arduino",
77
"preview": true,
88
"engines": {

0 commit comments

Comments
 (0)