File tree 3 files changed +12
-5
lines changed 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Notable changes.
4
4
5
+ ## June 2022
6
+
7
+ ### [ 0.7.0]
8
+
9
+ - Multi-platform build support. (https://github.com/devcontainers/cli/pull/24 )
10
+ - User-scoped tmp folder on Linux. (https://github.com/microsoft/vscode-remote-release/issues/2347 )
11
+
5
12
## May 2022
6
13
7
14
### [ 0.6.0]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devcontainers/cli" ,
3
3
"description" : " Dev Containers CLI" ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"bin" : {
6
6
"devcontainer" : " devcontainer.js"
7
7
},
74
74
"shell-quote" : " ^1.7.3" ,
75
75
"stream-to-pull-stream" : " ^1.7.3" ,
76
76
"tar" : " ^6.1.11" ,
77
- "vscode-dev-containers" : " https://github.com/microsoft/vscode-dev-containers/releases/download/v0.238 .1/vscode-dev-containers-0.238 .1.tgz" ,
77
+ "vscode-dev-containers" : " https://github.com/microsoft/vscode-dev-containers/releases/download/v0.241 .1/vscode-dev-containers-0.241 .1.tgz" ,
78
78
"vscode-uri" : " ^3.0.3" ,
79
79
"yargs" : " ~17.0.1"
80
80
}
Original file line number Diff line number Diff line change @@ -3026,9 +3026,9 @@ vinyl@^2.0.0, vinyl@^2.2.1:
3026
3026
remove-trailing-separator "^1.0.1"
3027
3027
replace-ext "^1.0.0"
3028
3028
3029
- " vscode-dev-containers@https://github.com/microsoft/vscode-dev-containers/releases/download/v0.238 .1/vscode-dev-containers-0.238 .1.tgz " :
3030
- version "0.238 .1"
3031
- resolved "https://github.com/microsoft/vscode-dev-containers/releases/download/v0.238 .1/vscode-dev-containers-0.238 .1.tgz#de373579370620e58461e4067b6f0e2e1714c69f "
3029
+ " vscode-dev-containers@https://github.com/microsoft/vscode-dev-containers/releases/download/v0.241 .1/vscode-dev-containers-0.241 .1.tgz " :
3030
+ version "0.241 .1"
3031
+ resolved "https://github.com/microsoft/vscode-dev-containers/releases/download/v0.241 .1/vscode-dev-containers-0.241 .1.tgz#40fc17ebfd9de4a98b306336f9a03fdbe552a7bb "
3032
3032
3033
3033
vscode-uri@^3.0.3 :
3034
3034
version "3.0.3"
You can’t perform that action at this time.
0 commit comments