Skip to content

Commit b0111ed

Browse files
committed
0.83.0
1 parent b168761 commit b0111ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Notable changes.
44

5+
## February 2026
6+
7+
### [0.83.0]
8+
- Add install script. (https://github.com/devcontainers/cli/pull/1142)
9+
- Remove request body limit. (https://github.com/devcontainers/cli/pull/1141)
10+
- Add BUILDKIT_INLINE_CACHE for container Feature path. (https://github.com/devcontainers/cli/pull/1135)
11+
512
## January 2026
613

714
### [0.82.0]

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

0 commit comments

Comments
 (0)