We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9291203 commit 1769aedCopy full SHA for 1769aed
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
Notable changes.
4
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
13
## November 2024
14
15
### [0.72.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.72.0",
+ "version": "0.73.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments