We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf712 commit 0ab3f98Copy full SHA for 0ab3f98
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## August 2024
6
+
7
+### [0.67.0]
8
+- Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033)
9
10
## July 2024
11
12
### [0.66.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.66.0",
+ "version": "0.67.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments