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 0549163 commit 635ed8cCopy full SHA for 635ed8c
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## June 2024
6
+
7
+### [0.63.0]
8
+- Surface additional information in `devcontainer up`. (https://github.com/devcontainers/cli/pull/836)
9
10
## May 2024
11
12
### [0.62.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.62.0",
+ "version": "0.63.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments