We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9623c commit d64fcd3Copy full SHA for d64fcd3
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Notable changes.
4
5
+## April 2025
6
+
7
+### [0.76.0]
8
+- Fix: Add Podman options (https://github.com/microsoft/vscode-remote-release/issues/10798)
9
+- Fix: Restore accidental robustness towards numbers (https://github.com/microsoft/vscode-remote-release/issues/10691)
10
11
## March 2025
12
13
### [0.75.0]
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
- "version": "0.75.0",
+ "version": "0.76.0",
"bin": {
"devcontainer": "devcontainer.js"
},
0 commit comments