Skip to content

Commit bd9f041

Browse files
authored
Merge pull request #66 from docker/prepare-v0.3.6
Prepare for the v0.3.6 release
2 parents 0dda67c + 2d2d74d commit bd9f041

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the Docker Language Server will be documented in this file.
44

5+
## [0.3.6] - 2025-04-18
6+
7+
### Changed
8+
- get the JSON structure of a Bake target with Go APIs instead of spawning a separate child process ([#63](https://github.com/docker/docker-language-server/issues/63))
9+
* Update `moby/buildkit` to v0.21.0 and `docker/buildx` to v0.23.0 ([#64](https://github.com/docker/docker-language-server/issues/64))
10+
11+
### Fixed
12+
13+
- Bake
14+
- textDocument/publishDiagnostics
15+
- consider the context attribute when determining which Dockerfile the Bake target is for ([#57](https://github.com/docker/docker-language-server/issues/57))
16+
- textDocument/inlayHints
17+
- consider the context attribute when determining which Dockerfile to use for inlaying default values of `ARG` variables ([#60](https://github.com/docker/docker-language-server/pull/60))
18+
- textDocument/completion
19+
- consider the context attribute when determining which Dockerfile to use for looking up build stages ([#61](https://github.com/docker/docker-language-server/pull/61))
20+
- textDocument/definition
21+
- consider the context attribute when trying to resolve the Dockerfile to use for `ARG` variable definitions ([#62](https://github.com/docker/docker-language-server/pull/62))
22+
- fix a panic that may occur if a for loop did not have a conditional expression ([#65](https://github.com/docker/docker-language-server/pull/65))
23+
524
## [0.3.5] - 2025-04-13
625

726
### Fixed
@@ -110,7 +129,8 @@ All notable changes to the Docker Language Server will be documented in this fil
110129
- textDocument/semanticTokens/full
111130
- provide syntax highlighting for Bake files
112131

113-
[Unreleased]: https://github.com/docker/docker-language-server/compare/v0.3.5...main
132+
[Unreleased]: https://github.com/docker/docker-language-server/compare/v0.3.6...main
133+
[0.3.6]: https://github.com/docker/docker-language-server/compare/v0.3.5...v0.3.6
114134
[0.3.5]: https://github.com/docker/docker-language-server/compare/v0.3.4...v0.3.5
115135
[0.3.4]: https://github.com/docker/docker-language-server/compare/v0.3.3...v0.3.4
116136
[0.3.3]: https://github.com/docker/docker-language-server/compare/v0.3.2...v0.3.3

0 commit comments

Comments
 (0)