Skip to content

Commit 60dd3bd

Browse files
committed
0.7.0
1 parent a2ba4f5 commit 60dd3bd

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Notable changes.
44

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+
512
## May 2022
613

714
### [0.6.0]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devcontainers/cli",
33
"description": "Dev Containers CLI",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},
@@ -74,7 +74,7 @@
7474
"shell-quote": "^1.7.3",
7575
"stream-to-pull-stream": "^1.7.3",
7676
"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",
7878
"vscode-uri": "^3.0.3",
7979
"yargs": "~17.0.1"
8080
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,9 +3026,9 @@ vinyl@^2.0.0, vinyl@^2.2.1:
30263026
remove-trailing-separator "^1.0.1"
30273027
replace-ext "^1.0.0"
30283028

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"
30323032

30333033
vscode-uri@^3.0.3:
30343034
version "3.0.3"

0 commit comments

Comments
 (0)