Skip to content

Commit

Permalink
0.69.0 (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer committed Aug 26, 2024
1 parent b01622e commit cf9f0ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Notable changes.

## August 2024

### [0.69.0]
- Enhance Template metadata (https://github.com/devcontainers/cli/pull/875)
- Caches additional Template metadata (such as `files`) onto the manifest
- Resolves full file paths for `optionalPaths` directories that only contain one file (for better usability in upstream tools)
- Fixes bugs

### [0.68.0]
- 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)
- Publish metadata on Template OCI manifests (https://github.com/devcontainers/cli/pull/865)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.68.0",
"version": "0.69.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit cf9f0ea

Please sign in to comment.