From aca42f9921179809b63bb1c917abf4ebda35c6ec Mon Sep 17 00:00:00 2001 From: Henrik Bohlin Date: Sun, 26 Jan 2020 13:16:48 +0100 Subject: [PATCH] Prepare 0.3.0 --- CHANGELOG.md | 4 ++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d616e..89f2dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.3.0] - 2020-01-26 +- Added automatic updates of language server +- Added `entarch` snipped for Entity + Architecture + ## [0.2.0] - 2019-12-30 - Embedded `vhdl_ls` updated to version 0.12.0. - Standard and IEEE packages are now integrated by the `vhdl_ls` language server. diff --git a/client/package.json b/client/package.json index 24047df..bc02af9 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "VHDL LS Client", "author": "Henrik Bohlin", "license": "SEE LICENSE IN LICENCE", - "version": "0.1.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/Bochlin/rust_hdl_vscode" diff --git a/package.json b/package.json index 0dae55b..9c368ad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Henrik Bohlin", "publisher": "hbohlin", "license": "SEE LICENSE IN LICENSE", - "version": "0.2.0", + "version": "0.3.0", "icon": "icon.png", "repository": { "type": "git",