Skip to content

Commit b3585cd

Browse files
committed
v1.4.3 release.
1 parent 82ee9dd commit b3585cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Change Log
2+
## v1.4.3
3+
- Update to Slang v0.24.13, which brings more powerful constant folding.
4+
25
## v1.4.2
36
- Update default Clang-format style to be more conservative on line-break changes.
4-
- Update Slang compiler version to v0.24.12 tu support new language features.
7+
- Update Slang compiler version to v0.24.12 to support new language features.
58

69
## v1.4.1
710
- Prevent "." and "-" from commiting `include` suggestions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Slang Language Extension",
44
"description": "Extension for the Slang language",
55
"publisher": "shader-slang",
6-
"version": "1.4.2",
6+
"version": "1.4.3",
77
"icon": "icon.png",
88
"engines": {
99
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)