diff --git a/CHANGELOG.md b/CHANGELOG.md index 7828892..ed27ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ --> # Change Log +## 0.9.19 + + ## 0.9.18 - Fixed a rare case where the DLS would crash when reporting device contexts - Fixed issue where the DLS may fail to parse files with unended cblock headers diff --git a/Cargo.toml b/Cargo.toml index 4ccb5f2..dc73003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dls" -version = "0.9.18" +version = "0.9.19" edition = "2018" authors = [] description = "Simics DML language server"