Skip to content

Commit 7a064a8

Browse files
committed
Prepare for the v0.8.0 release
Signed-off-by: Remy Suen <[email protected]>
1 parent 86dc9ad commit 7a064a8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 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.8.0] - 2025-06-05
66

77
### Added
88

@@ -274,8 +274,9 @@ All notable changes to the Docker DX extension will be documented in this file.
274274
- error reporting
275275
- Compose outline support
276276

277-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.7.0...main
278-
[0.7.0]: https://github.com/docker/vscode-extension/compare/v0.5.0...v0.7.0
277+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.8.0...main
278+
[0.8.0]: https://github.com/docker/vscode-extension/compare/v0.7.0...v0.8.0
279+
[0.7.0]: https://github.com/docker/vscode-extension/compare/v0.6.0...v0.7.0
279280
[0.6.0]: https://github.com/docker/vscode-extension/compare/v0.5.0...v0.6.0
280281
[0.5.0]: https://github.com/docker/vscode-extension/compare/v0.4.10...v0.5.0
281282
[0.4.10]: https://github.com/docker/vscode-extension/compare/v0.4.9...v0.4.10

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

0 commit comments

Comments
 (0)