Browse Source

changelog, bump version

VHDL Tool 3 years ago
parent
commit
6ba2cded27
2 changed files with 5 additions and 1 deletions
  1. 4 0
      README.md
  2. 1 1
      package.json

+ 4 - 0
README.md

@@ -43,6 +43,10 @@ Before using this plugin, you must ensure that the `vhdl-tool` binary is install
43 43
 
44 44
 ## Release Notes
45 45
 
46
+### 0.0.7
47
+
48
+Display initialization progress
49
+
46 50
 ### 0.0.6
47 51
 
48 52
 Windows support

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
2 2
     "name": "vhdl-tool",
3 3
     "displayName": "VHDL Language Server",
4 4
     "description": "Language Server Protocol for VHDL via VHDL-Tool",
5
-    "version": "0.0.6",
5
+    "version": "0.0.7",
6 6
     "license": "MIT",
7 7
     "publisher": "vhdl-tool",
8 8
     "homepage": "https://www.vhdltool.com",