Skip to content

Commit 6bbaf36

Browse files
committed
0.35.0
1 parent 19511aa commit 6bbaf36

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Notable changes.
44

55
## March 2023
66

7+
### [0.35.0]
8+
9+
- Transform maven, gradle and jupyterlab usages to their features v2 counterparts. (https://github.com/devcontainers/cli/issues/461)
10+
- Escape and enclose containerEnv in quotes when writing to Dockerfile. (https://github.com/devcontainers/cli/issues/454)
11+
- Update package dependencies.
12+
713
### [0.34.0]
814

915
- Also require name property in `devcontainer-feature.json`. (https://github.com/devcontainers/cli/pull/447)

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

0 commit comments

Comments
 (0)