We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0babb2c + 8b4d45d commit ffa3713Copy full SHA for ffa3713
CHANGELOG.md
@@ -4,6 +4,9 @@
4
-->
5
# Change Log
6
7
+## 0.9.18
8
+
9
10
## 0.9.17
11
- Fixed linter wrongly throwing an error on space after `defined` keyword
12
- Fixed relative import resolution ("../" and "./")
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dls"
3
-version = "0.9.17"
+version = "0.9.18"
edition = "2018"
authors = []
description = "Simics DML language server"
0 commit comments