Skip to content

Commit f475b2b

Browse files
committed
0.72.0
1 parent 96835f3 commit f475b2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
Notable changes.
44

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+
512
## September 2024
613

714
### [0.71.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.71.0",
4+
"version": "0.72.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)