We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd4fbd commit 7ba9320Copy full SHA for 7ba9320
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Notable changes.
4
5
+## September 2024
6
+
7
+### [0.70.0]
8
+- Add more leniency towards registries that malform WWW-Authenticate (https://github.com/devcontainers/cli/pull/884)
9
+- Handle concurrent removal (https://github.com/microsoft/vscode-remote-release/issues/6509)
10
11
## August 2024
12
13
### [0.69.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.69.0",
+ "version": "0.70.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments