File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Notable changes.
44
55## May 2024
66
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+
712### [ 0.60.0]
813- Support project name attribute. (https://github.com/microsoft/vscode-remote-release/issues/512 )
914
Original file line number Diff line number Diff line change 11{
22 "name" : " @devcontainers/cli" ,
33 "description" : " Dev Containers CLI" ,
4- "version" : " 0.60 .0" ,
4+ "version" : " 0.61 .0" ,
55 "bin" : {
66 "devcontainer" : " devcontainer.js"
77 },
You can’t perform that action at this time.
0 commit comments