Skip to content

Commit 38c4de1

Browse files
committed
0.75.0
1 parent 5619b98 commit 38c4de1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Notable changes.
44

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+
511
## February 2025
612

713
### [0.74.0]

package.json

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

0 commit comments

Comments
 (0)