Skip to content

Commit cf9f0ea

Browse files
authored
0.69.0 (#878)
1 parent b01622e commit cf9f0ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},

0 commit comments

Comments
 (0)