Skip to content

Commit fbd8dfe

Browse files
authored
0.68.0 (#871)
1 parent fcefe52 commit fbd8dfe

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.68.0]
8+
- 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)
9+
- Publish metadata on Template OCI manifests (https://github.com/devcontainers/cli/pull/865)
10+
- Add `--omit-paths` option to `templates apply` command (https://github.com/devcontainers/cli/pull/868)
11+
- Add `templates metadata` command (https://github.com/devcontainers/cli/pull/866)
12+
713
### [0.67.0]
814
- Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033)
915

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.67.0",
4+
"version": "0.68.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)