Skip to content

Commit 71180e7

Browse files
Merge pull request #658 from devcontainers/samruddhikhandale/v0.52.1
v0.52.1
2 parents d877046 + 858b64e commit 71180e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Notable changes.
44

55
## October 2023
66

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+
711
### [0.52.0]
812

913
- Add `upgrade` command to generate an updated lockfile (https://github.com/devcontainers/cli/pull/645)

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.52.0",
4+
"version": "0.52.1",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)