Skip to content

Commit

Permalink
v0.53.0 (devcontainers#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer committed Nov 13, 2023
1 parent 9444540 commit 7d0d406
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Notable changes.

## November 2023

### [0.53.0]

- add `--dry-run` to `upgrade` command (https://github.com/devcontainers/cli/pull/679)
- Fix version sorting and report major version in `outdated` command (https://github.com/devcontainers/cli/pull/670)
- NOTE: This changes the signature of the `features info` command and the output of publishing Features/Templates. The key `publishedVersions` has been renamed to `publishedTags` to better mirror the key's values.
- Docker compose: Updates create error description to include cause for docker auth plugin errors (https://github.com/devcontainers/cli/pull/660)

## October 2023

### [0.52.1]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.52.1",
"version": "0.53.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit 7d0d406

Please sign in to comment.