We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8beb3f + 12c771d commit d50df04Copy full SHA for d50df04
CHANGELOG.md
@@ -4,6 +4,9 @@ Notable changes.
4
5
## February 2026
6
7
+### [0.83.3]
8
+- Bump tar from 7.5.7 to 7.5.8. (https://github.com/devcontainers/cli/pull/1160)
9
+
10
### [0.83.2]
11
- Improved logging for image inspect errors. (https://github.com/devcontainers/cli/pull/1152)
12
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.83.2",
+ "version": "0.83.3",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments