Skip to content

Commit c0aee6d

Browse files
authored
Merge pull request #102 from Xcodo/master
Prepare for v0.16.0 release
2 parents 189c98a + cef4e90 commit c0aee6d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

release_notes/v0.16.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Improvements
2+
- Add built in libraries to Docker release (#66)
3+
- Add signature to subprograms and enum literals.
4+
- Language server reloads on config file change (#98)
5+
- Add pure keyword (#96)
6+
7+
Fixes:
8+
- Check for postponed at end of process (#72)
9+
- Add std_logic_misc package (#76)
10+
- Correctly parse labelled end if (#97)
11+
- Add explicit "pure" to the syntax parser (#100)
12+
13+
Thanks to contributers
14+
- @kraigher
15+
- @Xcodo
16+
- @adrianwn
17+
- @Bochlin
18+
- @HenningHolmDE
19+
- @DanChianucci
20+
- @JayKickliter

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.15.0"
9+
version = "0.16.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)