Skip to content

Commit 20913bb

Browse files
committed
added release notes for 0.13.1 and 0.13.2
1 parent 0f81b1f commit 20913bb

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ All notable changes to this extension are documented below.
99
- 💡 Back-end Language Server for Systemverilog
1010
- 💡 Complete syntax highlighting
1111

12+
### [0.13.2]
13+
14+
- modified formatter command parser to support windows paths by `joecrop`
15+
- module instantiator now detects parameters correctly by `joecrop`
16+
17+
### [0.13.1]
18+
19+
- Improved remote ssh performance by `eirikpre`
20+
1221
### [0.13]
1322

1423
- input/output/input now have different icons in the outline tree by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/151

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ npm run compile
154154

155155
See the [changelog](CHANGELOG.md) for more details
156156

157+
### 0.13.2
158+
159+
- modified formatter command parser to support windows paths by `joecrop`
160+
- module instantiator now detects parameters correctly by `joecrop`
161+
162+
### 0.13.1
163+
164+
- Improved remote ssh performance by `eirikpre`
165+
157166
### 0.13
158167

159168
- input/output/input now have different icons in the outline tree by `joecrop`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "systemverilog",
33
"displayName": "SystemVerilog - Language Support",
44
"description": "Language support for Verilog and SystemVerilog.",
5-
"version": "0.13.1",
5+
"version": "0.13.2",
66
"publisher": "eirikpre",
77
"author": {
88
"name": "Eirik Prestegårdshus",

0 commit comments

Comments
 (0)