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.
2 parents 9d8210b + 7b68cc7 commit bc2a47eCopy full SHA for bc2a47e
CHANGELOG.md
@@ -4,6 +4,11 @@ Notable changes.
4
5
## June 2024
6
7
+### [0.65.0]
8
+- Fix confusing error message with local feature. (https://github.com/devcontainers/cli/issues/834)
9
+- Add `--label` parameter to `devcontainer build` command. (https://github.com/devcontainers/cli/issues/837)
10
+- Prefer Docker Compose v2 over v1. (https://github.com/devcontainers/cli/issues/826)
11
+
12
### [0.64.0]
13
- Fix project name with env variable. (https://github.com/devcontainers/cli/issues/839)
14
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.64.0",
+ "version": "0.65.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments