Skip to content

Commit 7ba9320

Browse files
committed
0.70.0
1 parent fdd4fbd commit 7ba9320

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
Notable changes.
44

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+
511
## August 2024
612

713
### [0.69.0]

package.json

Lines changed: 1 addition & 1 deletion
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.69.0",
4+
"version": "0.70.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)