Skip to content

Commit 94c6947

Browse files
authored
Merge pull request #167 from docker/prepare-v0.13.0-release
Prepare for the v0.13.0 release
2 parents 0bbe953 + ce58847 commit 94c6947

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.13.0] - 2025-07-17
66

77
### Added
88

@@ -406,7 +406,8 @@ All notable changes to the Docker DX extension will be documented in this file.
406406
- error reporting
407407
- Compose outline support
408408

409-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.12.0...main
409+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.13.0...main
410+
[0.13.0]: https://github.com/docker/vscode-extension/compare/v0.12.0...v0.13.0
410411
[0.12.0]: https://github.com/docker/vscode-extension/compare/v0.11.0...v0.12.0
411412
[0.11.0]: https://github.com/docker/vscode-extension/compare/v0.10.0...v0.11.0
412413
[0.10.0]: https://github.com/docker/vscode-extension/compare/v0.9.0...v0.10.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.12.0",
5+
"version": "0.13.0",
66
"icon": "resources/docker-logo-vertical-blue.png",
77
"license": "Apache-2.0",
88
"engines": {

0 commit comments

Comments
 (0)