Skip to content

Commit 7fcc363

Browse files
authored
Merge pull request #85 from docker/prepare-v0.4.9
Prepare for the v0.4.9 release
2 parents 936ad2b + 9b09723 commit 7fcc363

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [0.4.9] - 2025-04-15
6+
7+
### Fixed
8+
9+
- apply the Scout vulnerability setting correctly if multiple files are opened ([#82](https://github.com/docker/vscode-extension/pull/82))
10+
- capture more error telemetry to try to understand the last few crashes ([#83](https://github.com/docker/vscode-extension/pull/83))
11+
- make the language server binary executable before trying to start it ([#84](https://github.com/docker/vscode-extension/pull/84))
12+
513
## [0.4.8] - 2025-04-14
614

715
### Added
@@ -109,7 +117,8 @@ All notable changes to the Docker DX extension will be documented in this file.
109117
- error reporting
110118
- Compose outline support
111119

112-
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.4.8...main
120+
[Unreleased]: https://github.com/docker/vscode-extension/compare/v0.4.9...main
121+
[0.4.9]: https://github.com/docker/vscode-extension/compare/v0.4.8...v0.4.9
113122
[0.4.8]: https://github.com/docker/vscode-extension/compare/v0.4.7...v0.4.8
114123
[0.4.7]: https://github.com/docker/vscode-extension/compare/v0.4.6...v0.4.7
115124
[0.4.6]: https://github.com/docker/vscode-extension/compare/v0.4.5...v0.4.6

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

0 commit comments

Comments
 (0)