We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a399ee8 commit c8efeb6Copy full SHA for c8efeb6
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Notable changes.
4
5
+## February 2025
6
+
7
+### [0.74.0]
8
+- Ignore non-writeable HOME (https://github.com/microsoft/vscode-remote-release/issues/10707)
9
10
## January 2025
11
12
### [0.73.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.73.0",
+ "version": "0.74.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments