Skip to content

Commit

Permalink
pre release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adiazulay committed Feb 4, 2021
1 parent b7094ba commit 739aa95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 0.4.0

### Fixed
- Typos

### Changed
- Adds support for Arduino CLI
- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense
- Detects available programmers for selected board
- Unifies all build commands under a single function

## Version 0.3.4

- Release date: November 22, 2020
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-arduino",
"displayName": "Arduino",
"description": "Arduino for Visual Studio Code",
"version": "0.3.4",
"version": "0.4.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
"preview": true,
Expand Down

0 comments on commit 739aa95

Please sign in to comment.