Skip to content

Commit 1769aed

Browse files
committed
0.73.0
1 parent 9291203 commit 1769aed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Notable changes.
44

5+
## January 2025
6+
7+
### [0.73.0]
8+
- Fix: TypeError: Cannot read properties of undefined (reading 'fsPath') (https://github.com/devcontainers/cli/issues/895)
9+
- Fix: Log output of failing lifecycle scripts (https://github.com/devcontainers/cli/issues/845)
10+
- Fix: Escaping of metadata in Docker Compose file (https://github.com/devcontainers/cli/issues/904)
11+
- Fix: Re-authenticate against OCI registry after 403 error (https://github.com/devcontainers/cli/pull/945)
12+
513
## November 2024
614

715
### [0.72.0]

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

0 commit comments

Comments
 (0)