Skip to content

Commit

Permalink
Merge pull request #354 from devcontainers/samruddhikhandale/prep-rel…
Browse files Browse the repository at this point in the history
…ease

Release '0.27.0'
  • Loading branch information
samruddhikhandale authored Jan 3, 2023
2 parents 3d8de13 + 5104672 commit 8eeb75a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Notable changes.

## January 2023

### [0.27.0]

- Fix: Failed to fetch local disk feature on Windows (https://github.com/devcontainers/cli/pull/333)
- Features: Adds 'deprecated' property (https://github.com/devcontainers/cli/pull/346)
- Features: Adds 'legacyIds' property (https://github.com/devcontainers/cli/pull/335)
- Follow Docker Token Authentication Specification (https://github.com/devcontainers/cli/pull/341)
- Fix: Handle parsing variable expression in dockerfile (https://github.com/devcontainers/cli/pull/337)

## December 2022

### [0.26.1]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.26.1",
"version": "0.27.0",
"bin": {
"devcontainer": "devcontainer.js"
},
Expand Down

0 comments on commit 8eeb75a

Please sign in to comment.