File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Notable changes.
44
55## August 2024
66
7+ ### [ 0.69.0]
8+ - Enhance Template metadata (https://github.com/devcontainers/cli/pull/875 )
9+ - Caches additional Template metadata (such as ` files ` ) onto the manifest
10+ - Resolves full file paths for `optionalPaths` directories that only contain one file (for better usability in upstream tools)
11+ - Fixes bugs
12+
713### [ 0.68.0]
814- Supporting changes for [ Template ` optionalPaths ` specification] ( https://github.com/devcontainers/spec/blob/main/docs/specs/devcontainer-templates.md#the-optionalpaths-property ) (https://github.com/microsoft/vscode-remote-release/issues/10095 )
915 - Publish metadata on Template OCI manifests (https://github.com/devcontainers/cli/pull/865)
Original file line number Diff line number Diff line change 11{
22 "name" : " @devcontainers/cli" ,
33 "description" : " Dev Containers CLI" ,
4- "version" : " 0.68 .0" ,
4+ "version" : " 0.69 .0" ,
55 "bin" : {
66 "devcontainer" : " devcontainer.js"
77 },
You can’t perform that action at this time.
0 commit comments