Skip to content

Commit 1ad4c5e

Browse files
committed
Prepare for the v0.11.0 release
Signed-off-by: Remy Suen <remy.suen@docker.com>
1 parent 853f7fd commit 1ad4c5e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 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.11.0] - 2025-06-23
66

77
### Added
88

@@ -349,7 +349,8 @@ All notable changes to the Docker DX extension will be documented in this file.
349349
- error reporting
350350
- Compose outline support
351351

352-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.10.0...main
352+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.11.0...main
353+
[0.11.0]: https://github.com/docker/vscode-extension/compare/v0.10.0...v0.11.0
353354
[0.10.0]: https://github.com/docker/vscode-extension/compare/v0.9.0...v0.10.0
354355
[0.9.0]: https://github.com/docker/vscode-extension/compare/v0.8.1...v0.9.0
355356
[0.8.1]: https://github.com/docker/vscode-extension/compare/v0.8.0...v0.8.1

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.10.0",
5+
"version": "0.11.0",
66
"icon": "resources/docker-logo-vertical-blue.png",
77
"license": "Apache-2.0",
88
"engines": {

0 commit comments

Comments
 (0)