We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5619b98 commit 38c4de1Copy full SHA for 38c4de1
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Notable changes.
4
5
+## March 2025
6
+
7
+### [0.75.0]
8
+- Fix: add check for missing FROM instructions in Dockerfile parsing (https://github.com/devcontainers/cli/pull/950)
9
+- Update dependencies (https://github.com/devcontainers/cli/pull/954)
10
11
## February 2025
12
13
### [0.74.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.74.0",
+ "version": "0.75.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments