From 2f205e0795f1bcf34270ec227596609916f4f29d Mon Sep 17 00:00:00 2001 From: MP Date: Thu, 12 Mar 2026 16:15:04 +0100 Subject: [PATCH] Updated the version: Internal release of 0.9.18 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"