We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19511aa commit 6bbaf36Copy full SHA for 6bbaf36
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ Notable changes.
4
5
## March 2023
6
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
13
### [0.34.0]
14
15
- Also require name property in `devcontainer-feature.json`. (https://github.com/devcontainers/cli/pull/447)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devcontainers/cli",
3
"description": "Dev Containers CLI",
- "version": "0.34.0",
+ "version": "0.35.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments