Skip to content
Merged

0.83.3 #1160

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Notable changes.

## February 2026

### [0.83.3]
- Bump tar from 7.5.7 to 7.5.8. (https://github.com/devcontainers/cli/pull/1160)

### [0.83.2]
- Improved logging for image inspect errors. (https://github.com/devcontainers/cli/pull/1152)

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.83.2",
"version": "0.83.3",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down