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 80184d9 commit 7cd7cccCopy full SHA for 7cd7ccc
CHANGELOG.md
@@ -4,6 +4,9 @@ Notable changes.
4
5
## June 2024
6
7
+### [0.64.0]
8
+- Fix project name with env variable. (https://github.com/devcontainers/cli/issues/839)
9
+
10
### [0.63.0]
11
- Surface additional information in `devcontainer up`. (https://github.com/devcontainers/cli/pull/836)
12
- Changes the config layer of the Feature manifest to a empty descriptor (https://github.com/devcontainers/cli/pull/815)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.63.0",
+ "version": "0.64.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments