Skip to content

Commit aca42f9

Browse files
committed
Prepare 0.3.0
1 parent caa6a4f commit aca42f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.3.0] - 2020-01-26
4+
- Added automatic updates of language server
5+
- Added `entarch` snipped for Entity + Architecture
6+
37
## [0.2.0] - 2019-12-30
48
- Embedded `vhdl_ls` updated to version 0.12.0.
59
- Standard and IEEE packages are now integrated by the `vhdl_ls` language server.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "VHDL LS Client",
44
"author": "Henrik Bohlin",
55
"license": "SEE LICENSE IN LICENCE",
6-
"version": "0.1.0",
6+
"version": "0.3.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Bochlin/rust_hdl_vscode"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Henrik Bohlin",
66
"publisher": "hbohlin",
77
"license": "SEE LICENSE IN LICENSE",
8-
"version": "0.2.0",
8+
"version": "0.3.0",
99
"icon": "icon.png",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)