Skip to content

Commit 7e4ec76

Browse files
authored
1.21.0-rc (#537)
Co-authored-by: rentu <[email protected]>
1 parent adb9b29 commit 7e4ec76

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Change Log
2+
## 1.21.0 - 2020-3-xx
3+
### Added
4+
* Add check when input repository URL
5+
* Add retry logic when downlaod standalone simulator
6+
* Add single module debug support for Python
7+
* Add arm64v8 platform support
8+
9+
### Changed
10+
* Use pip package URL instead of GitHub API to avoid rate limitation
11+
12+
### Fixed
13+
* Fixed image placeholder and docker path verification issue: [#159](https://github.com/microsoft/vscode-azure-iot-edge/issues/159)
14+
215
## 1.20.0 - 2019-12-31
316
### Changed
417
* Update scroll bar css to compatible with dark theme for Sample Gallery

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@
2121

2222
![Added](images/multipleplatform.gif)
2323

24-
## What's New (v1.20.0)
24+
## What's New (v1.21.0)
25+
### Added
26+
* Add check when input repository URL
27+
* Add retry logic when downlaod standalone simulator
28+
* Add single module debug support for Python
29+
* Add arm64v8 platform support
30+
2531
### Changed
26-
* Update scroll bar css to compatible with dark theme for Sample Gallery
27-
* Update subtitle in the description
32+
* Use pip package URL instead of GitHub API to avoid rate limitation
33+
34+
### Fixed
35+
* Fixed image placeholder and docker path verification issue: [#159](https://github.com/microsoft/vscode-azure-iot-edge/issues/159)
2836

2937
## Known Issues
3038
* [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "azure-iot-edge",
33
"displayName": "Azure IoT Edge",
44
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
5-
"version": "1.20.0",
5+
"version": "1.21.0-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
88
"icon": "logo.png",

0 commit comments

Comments
 (0)