Skip to content

Commit 2556667

Browse files
committed
CHANGELOG for 0.29.0
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 37571ca commit 2556667

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.29.0](https://github.com/redhat-developer/vscode-xml/milestone/41) (May 8, 2025)
4+
5+
### Enhancements
6+
7+
* Show hex colours with colour picker when `#` is missing. See [#1073](https://github.com/redhat-developer/vscode-xml/issues/1073).
8+
9+
### Build
10+
11+
* Add smoke tests for the binary server. See [#1075](https://github.com/redhat-developer/vscode-xml/issues/1075).
12+
313
## [0.28.1](https://github.com/redhat-developer/vscode-xml/milestone/40?closed=1) (April 9, 2025)
414

515
### Bug Fixes

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-xml",
33
"displayName": "XML",
44
"description": "XML Language Support by Red Hat",
5-
"version": "0.28.1",
5+
"version": "0.29.0",
66
"author": "Red Hat",
77
"publisher": "redhat",
88
"icon": "icons/icon128.png",
@@ -22,7 +22,7 @@
2222
"SVG"
2323
],
2424
"xmlServer": {
25-
"version": "0.30.1"
25+
"version": "0.31.0"
2626
},
2727
"binaryServerDownloadUrl": {
2828
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",

0 commit comments

Comments
 (0)