Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit fd2a3be

Browse files
authored
Merge branch 'main' into dev/bemcmorr/add-prerelease
2 parents a49232b + 3b17766 commit fd2a3be

File tree

3 files changed

+41
-29
lines changed

3 files changed

+41
-29
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Unreleased
5+
6+
- Release date: TBD
7+
8+
### Changed
9+
10+
- The bundled version of the Arduino CLI was updated to [version 0.31.0](https://github.com/arduino/arduino-cli/releases/tag/0.31.0). [#1606](https://github.com/microsoft/vscode-arduino/pull/1606)
11+
12+
### Fixed
13+
14+
- When using the bundled Arduino CLI, the extension will no longer attempt to make the CLI executable if it is already executable. Additionally, any errors that occur while attempting to make the CLI executable are shown in a notification. [#1601](https://github.com/microsoft/vscode-arduino/pull/1601)
15+
416
## Version 0.5.0
517

618
- Release date: February 16, 2023

build/assets.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"version": "0.30.0",
2+
"version": "0.31.0",
33
"assets": {
4-
"arduino-cli_0.30.0_Linux_64bit.tar.gz": {
5-
"hash": "f6b1cddf3459b1b6ca9dafe36315c2fa1f6f77386ab3795bbad6a117cbe4230b",
4+
"arduino-cli_0.31.0_Linux_64bit.tar.gz": {
5+
"hash": "9659820fd6b1078e006b674f5865134363378f1f7a37400b67e26f44fd95722d",
66
"platforms": ["linux-x64"]
77
},
8-
"arduino-cli_0.30.0_Linux_ARM64.tar.gz": {
9-
"hash": "20d2d036a5af4586b5a046f65d926ed012f7fd85469b484a5fc57ef9ef72fb4b",
8+
"arduino-cli_0.31.0_Linux_ARM64.tar.gz": {
9+
"hash": "7424766d20eb6bbcf7e1fc6359c41d8a7ea00b6334a1042639f74feb332a78d8",
1010
"platforms": ["linux-arm64"]
1111
},
12-
"arduino-cli_0.30.0_Linux_ARMv7.tar.gz": {
13-
"hash": "1d873f3cb2b939b2df5a7d25e998bded9a4f0c8ac1226d1d5f9abc2bd95a66c3",
12+
"arduino-cli_0.31.0_Linux_ARMv7.tar.gz": {
13+
"hash": "bef464b6c6c445b766a00d39bcd8507a2fd66a880d9878b7bbbed479a0f3f8c5",
1414
"platforms": ["linux-armhf"]
1515
},
16-
"arduino-cli_0.30.0_macOS_64bit.tar.gz": {
17-
"hash": "ece83e0bd15813e728d07ce584388a278d62e54529deb84ad07d1521bfe74748",
16+
"arduino-cli_0.31.0_macOS_64bit.tar.gz": {
17+
"hash": "bd968c364212f99795930c1129cec019a39de6bf5a8ed337b5e9ba2c40f2678b",
1818
"platforms": ["darwin-x64"]
1919
},
20-
"arduino-cli_0.30.0_macOS_ARM64.tar.gz": {
21-
"hash": "e6c1a35df995ecb464ffa85fe8a96b82bd06135ea5ae961cb34d9c9e99e6c2fa",
20+
"arduino-cli_0.31.0_macOS_ARM64.tar.gz": {
21+
"hash": "fff28ea8e1475bac2c24f65611e8116b22fb5206f283fdaa4a6c6ff9927c5ee6",
2222
"platforms": ["darwin-arm64"]
2323
},
24-
"arduino-cli_0.30.0_Windows_32bit.zip": {
25-
"hash": "cccd4b90524581783cf78a3e4942a5c6bf7508a2a5ec4e008bb9c43f1cdb5dbe",
24+
"arduino-cli_0.31.0_Windows_32bit.zip": {
25+
"hash": "be98351586bf07ea61ab3bf497d4b01616fc74d2e12b9922e09d7cf574622bd6",
2626
"platforms": ["win32-ia32"]
2727
},
28-
"arduino-cli_0.30.0_Windows_64bit.zip": {
29-
"hash": "1808d288382f16594ad73f4797303058b2074b1b375fbb19fca0978033a633af",
28+
"arduino-cli_0.31.0_Windows_64bit.zip": {
29+
"hash": "dfafc6f793b4b7906df4ea5fb9cd6a92bbc367b6ee30ce82bc5ec492bf4bc7d4",
3030
"platforms": ["win32-x64"]
3131
}
3232
}

cgmanifest.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"type": "other",
88
"other": {
99
"name": "arduino-cli (Linux x64)",
10-
"version": "0.30.0",
11-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_64bit.tar.gz",
10+
"version": "0.31.0",
11+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_64bit.tar.gz",
1212
}
1313
}
1414
},
@@ -17,8 +17,8 @@
1717
"type": "other",
1818
"other": {
1919
"name": "arduino-cli (Linux ARM64)",
20-
"version": "0.30.0",
21-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_ARM64.tar.gz",
20+
"version": "0.31.0",
21+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARM64.tar.gz",
2222
}
2323
}
2424
},
@@ -27,8 +27,8 @@
2727
"type": "other",
2828
"other": {
2929
"name": "arduino-cli (Linux ARMv7)",
30-
"version": "0.30.0",
31-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_ARMv7.tar.gz",
30+
"version": "0.31.0",
31+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARMv7.tar.gz",
3232
}
3333
}
3434
},
@@ -37,8 +37,8 @@
3737
"type": "other",
3838
"other": {
3939
"name": "arduino-cli (macOS x64)",
40-
"version": "0.30.0",
41-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_macOS_64bit.tar.gz",
40+
"version": "0.31.0",
41+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_64bit.tar.gz",
4242
}
4343
}
4444
},
@@ -47,8 +47,8 @@
4747
"type": "other",
4848
"other": {
4949
"name": "arduino-cli (macOS ARM64)",
50-
"version": "0.30.0",
51-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_macOS_ARM64.tar.gz",
50+
"version": "0.31.0",
51+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_ARM64.tar.gz",
5252
}
5353
}
5454
},
@@ -57,8 +57,8 @@
5757
"type": "other",
5858
"other": {
5959
"name": "arduino-cli (Windows x86)",
60-
"version": "0.30.0",
61-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Windows_32bit.zip",
60+
"version": "0.31.0",
61+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_32bit.zip",
6262
}
6363
}
6464
},
@@ -67,8 +67,8 @@
6767
"type": "other",
6868
"other": {
6969
"name": "arduino-cli (Windows x64)",
70-
"version": "0.30.0",
71-
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Windows_64bit.zip",
70+
"version": "0.31.0",
71+
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_64bit.zip",
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)