We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec341da commit 95f0ce4Copy full SHA for 95f0ce4
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Notable changes.
4
5
## September 2024
6
7
+### [0.71.0]
8
+- Exit with non-zero code on unexpected errors (https://github.com/microsoft/vscode-remote-release/issues/10217)
9
+- Add option for GPU availability (https://github.com/microsoft/vscode-remote-release/issues/9385)
10
+
11
### [0.70.0]
12
- Add more leniency towards registries that malform WWW-Authenticate (https://github.com/devcontainers/cli/pull/884)
13
- Handle concurrent removal (https://github.com/microsoft/vscode-remote-release/issues/6509)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.70.0",
+ "version": "0.71.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments