Skip to content

Commit

Permalink
0.68.0 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Aug 13, 2024
1 parent fcefe52 commit fbd8dfe
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.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)
- Add `--omit-paths` option to `templates apply` command (https://github.com/devcontainers/cli/pull/868)
- Add `templates metadata` command (https://github.com/devcontainers/cli/pull/866)

### [0.67.0]
- Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033)

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.67.0",
"version": "0.68.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit fbd8dfe

Please sign in to comment.