Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dls"
version = "0.9.18"
version = "0.9.19"
edition = "2018"
authors = []
description = "Simics DML language server"
Expand Down
Loading