Skip to content

Commit 46e4420

Browse files
authored
Merge pull request #100 from docker/prepare-v0.6.0
Prepare for the v0.6.0 release
2 parents ceee046 + c84450a commit 46e4420

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.6.0] - 2025-04-29
66

77
### Added
88

@@ -168,7 +168,8 @@ All notable changes to the Docker DX extension will be documented in this file.
168168
- error reporting
169169
- Compose outline support
170170

171-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.5.0...main
171+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.6.0...main
172+
[0.6.0]: https://github.com/docker/vscode-extension/compare/v0.5.0...v0.6.0
172173
[0.5.0]: https://github.com/docker/vscode-extension/compare/v0.4.10...v0.5.0
173174
[0.4.10]: https://github.com/docker/vscode-extension/compare/v0.4.9...v0.4.10
174175
[0.4.9]: https://github.com/docker/vscode-extension/compare/v0.4.8...v0.4.9

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

0 commit comments

Comments
 (0)