We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c78f commit 3f22accCopy full SHA for 3f22acc
2 files changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Notable changes.
4
5
+## April 2023
6
+
7
+### [0.37.0]
8
9
+- Add --config to build command (microsoft/vscode-remote-release#8068)
10
+- Features/Templates: Fix a bug in reading from docker credential helpers (https://github.com/devcontainers/cli/issues/477)
11
12
## March 2023
13
14
### [0.36.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.36.0",
+ "version": "0.37.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments