Skip to content

Commit adae671

Browse files
committed
Version 0.18.0
1 parent 7ca8a9d commit adae671

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

release_notes/v0.18.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Improvements
2+
- Some improved typechecking
3+
- Add some 'goto'/'find' capability for overloaded names
4+
- Perform semantic analysis also for unmapped files (put them all in an anonymous library)

vhdl_lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_lang"
9-
version = "0.17.0"
9+
version = "0.18.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Frontend"

vhdl_ls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
[package]
88
name = "vhdl_ls"
9-
version = "0.17.1"
9+
version = "0.18.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Server"
1313
repository = "https://github.com/kraigher/rust_hdl"
1414
edition = "2018"
1515

1616
[dependencies]
17-
vhdl_lang = { version = "^0.17.0", path = "../vhdl_lang"}
17+
vhdl_lang = { version = "^0.18.0", path = "../vhdl_lang"}
1818
serde_json = "^1"
1919
serde = "^1"
2020
lsp-types = "^0.63"

0 commit comments

Comments
 (0)