We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42683e9 commit 6e5fff1Copy full SHA for 6e5fff1
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## January 2026
6
+
7
+### [0.81.0]
8
+- Add option to mount a worktree's common folder. (https://github.com/devcontainers/cli/pull/1127)
9
10
## December 2025
11
12
### [0.80.3]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.80.3",
+ "version": "0.81.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments