We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b04427 commit 85499b3Copy full SHA for 85499b3
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ Notable changes.
4
5
## May 2024
6
7
+### [0.61.0]
8
+- Use --depth 1 to make dotfiles install process faster (https://github.com/devcontainers/cli/pull/830)
9
+- Enable --cache-to and --cache-from in devcontainer up (https://github.com/devcontainers/cli/pull/813)
10
+- Omit generated image name when `--image-name` is given (https://github.com/devcontainers/cli/pull/812)
11
+
12
### [0.60.0]
13
- Support project name attribute. (https://github.com/microsoft/vscode-remote-release/issues/512)
14
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.60.0",
+ "version": "0.61.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments