We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96835f3 commit f475b2bCopy full SHA for f475b2b
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Notable changes.
4
5
+## November 2024
6
+
7
+### [0.72.0]
8
+- Fix: change increment syntax in test library script (https://github.com/devcontainers/cli/pull/896)
9
+- Increase timeout to 6 seconds (7 attempts) (https://github.com/microsoft/vscode-remote-release/issues/6509)
10
+- Remove unnecessary log (https://github.com/devcontainers/cli/pull/925)
11
12
## September 2024
13
14
### [0.71.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.71.0",
+ "version": "0.72.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments