diff --git a/CHANGELOG.md b/CHANGELOG.md index 9197d12..3bb7210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ --> # Change Log +## 0.9.14 + ## 0.9.13 - Corrected the name of "explicit\_param\_decls" provisional. Note that it still has no semantic effect. diff --git a/Cargo.toml b/Cargo.toml index a950ac6..cf78cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dls" -version = "0.9.13" +version = "0.9.14" edition = "2018" authors = [] description = "Simics DML language server"