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.
2 parents d877046 + 858b64e commit 71180e7Copy full SHA for 71180e7
CHANGELOG.md
@@ -4,6 +4,10 @@ Notable changes.
4
5
## October 2023
6
7
+### [0.52.1]
8
+
9
+- Updates create error description to include cause for docker auth plugin errors (https://github.com/devcontainers/cli/pull/656)
10
11
### [0.52.0]
12
13
- Add `upgrade` command to generate an updated lockfile (https://github.com/devcontainers/cli/pull/645)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.52.0",
+ "version": "0.52.1",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments