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
20 changes: 20 additions & 0 deletions release_notes/v0.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Improvements
- Add built in libraries to Docker release (#66)
- Add signature to subprograms and enum literals.
- Language server reloads on config file change (#98)
- Add pure keyword (#96)

Fixes:
- Check for postponed at end of process (#72)
- Add std_logic_misc package (#76)
- Correctly parse labelled end if (#97)
- Add explicit "pure" to the syntax parser (#100)

Thanks to contributers
- @kraigher
- @Xcodo
- @adrianwn
- @Bochlin
- @HenningHolmDE
- @DanChianucci
- @JayKickliter
2 changes: 1 addition & 1 deletion vhdl_lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "vhdl_lang"
version = "0.15.0"
version = "0.16.0"
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
license = "MPL-2.0"
description = "VHDL Language Frontend"
Expand Down
2 changes: 1 addition & 1 deletion vhdl_ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "vhdl_ls"
version = "0.15.0"
version = "0.16.0"
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
license = "MPL-2.0"
description = "VHDL Language Server"
Expand Down