Skip to content

Commit 6416e06

Browse files
authored
Merge pull request #186 from docker/prepare-v0.14.0-release
Prepare for the v0.14.0 release
2 parents ea0558a + f706ab6 commit 6416e06

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Docker DX extension will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.14.0] - 2025-08-06
66

77
### Added
88

@@ -27,6 +27,7 @@ All notable changes to the Docker DX extension will be documented in this file.
2727

2828
- fix Dockerfile Language Server crash with tabbed heredoc delimiters ([#171](https://github.com/docker/vscode-extension/issues/171))
2929
- fix Buildx debugger integration so that it works on Windows ([#181](https://github.com/docker/vscode-extension/issues/181))
30+
- allow switching the builder used for debug sessions ([#183](https://github.com/docker/vscode-extension/pull/183))
3031
- Compose
3132
- textDocument/completion
3233
- fix build stage lookups for files in a folder under the `\\wsl$` host ([docker/docker-language-server#382](https://github.com/docker/docker-language-server/issues/382))
@@ -454,7 +455,8 @@ All notable changes to the Docker DX extension will be documented in this file.
454455
- error reporting
455456
- Compose outline support
456457

457-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.13.0...main
458+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.14.0...main
459+
[0.14.0]: https://github.com/docker/vscode-extension/compare/v0.13.0...v0.14.0
458460
[0.13.0]: https://github.com/docker/vscode-extension/compare/v0.12.0...v0.13.0
459461
[0.12.0]: https://github.com/docker/vscode-extension/compare/v0.11.0...v0.12.0
460462
[0.11.0]: https://github.com/docker/vscode-extension/compare/v0.10.0...v0.11.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docker",
33
"displayName": "Docker DX",
44
"description": "Edit smarter, ship faster with an enhanced Docker-development experience",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"icon": "resources/logo-256x256.png",
77
"license": "Apache-2.0",
88
"engines": {

0 commit comments

Comments
 (0)