We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdbd66 commit 7df8b15Copy full SHA for 7df8b15
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Notable changes.
4
5
+## April 2026
6
+
7
+### [0.86.0]
8
+- Bump basic-ftp from 5.2.0 to 5.2.2. (https://github.com/devcontainers/cli/pull/1201)
9
+- Always write devcontainer.metadata label as JSON array. (https://github.com/devcontainers/cli/pull/1199)
10
+- Normalize drive letter to lowercase on Windows to match VSCode. (https://github.com/devcontainers/cli/pull/1183)
11
12
## March 2026
13
14
### [0.85.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.85.0",
+ "version": "0.86.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments