Skip to content

Commit 05ae9d8

Browse files
committed
0.58.0
1 parent 8ba8f36 commit 05ae9d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Notable changes.
44

55
## March 2024
66

7+
### [0.58.0]
8+
- Allow empty value for remote env. (https://github.com/devcontainers/ci/issues/231)
9+
- Add generate-docs subcommand for templates and features. (https://github.com/devcontainers/cli/pull/759)
10+
- Only use SELinux label for Linux hosts. (https://github.com/devcontainers/cli/issues/776)
11+
712
### [0.57.0]
813
- Fix crash updating UID/GID when the image's platform is different from the native CPU arch (https://github.com/devcontainers/cli/pull/746)
914
- Add tags with build command (https://github.com/devcontainers/ci/issues/271)

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

0 commit comments

Comments
 (0)