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 b7fb42b commit be1f203Copy full SHA for be1f203
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## May 2024
6
+
7
+### [0.60.0]
8
+- Support project name attribute. (https://github.com/microsoft/vscode-remote-release/issues/512)
9
10
## April 2024
11
12
### [0.59.1]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.59.1",
+ "version": "0.60.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments