Skip to content
Merged

0.83.1 #1150

Show file tree
Hide file tree
Changes from 1 commit
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.1]
- Bump tar from 7.5.6 to 7.5.7. (https://github.com/devcontainers/cli/pull/1140)
Comment thread
chrmarti marked this conversation as resolved.

### [0.83.0]
- Add install script. (https://github.com/devcontainers/cli/pull/1142)
- Remove request body limit. (https://github.com/devcontainers/cli/pull/1141)
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.0",
"version": "0.83.1",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down
Loading