Skip to content

Commit a590f49

Browse files
committed
update to v1.13.2
1 parent cf44aff commit a590f49

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7-
## [Unreleased]
7+
## [1.13.2] 2024-02-04
8+
9+
### Added
10+
11+
- Add a template for feature request. [#464](https://github.com/mshr-h/vscode-verilog-hdl-support/pull/464)
812

913
### Fixed
1014

11-
- Fix Slang: when run at filelocation is disable, detecting warning. [#460](https://github.com/mshr-h/vscode-verilog-hdl-support/issues/460)
15+
- Slang linter can't detect warning when run at file location disabled. [#462](https://github.com/mshr-h/vscode-verilog-hdl-support/pull/462)
1216

1317
## [1.13.1] - 2024-01-15
1418

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "veriloghdl",
33
"displayName": "Verilog-HDL/SystemVerilog/Bluespec SystemVerilog",
44
"description": "Verilog-HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code",
5-
"version": "1.13.1",
5+
"version": "1.13.2",
66
"publisher": "mshr-h",
77
"homepage": "https://github.com/mshr-h/vscode-verilog-hdl-support",
88
"repository": {

0 commit comments

Comments
 (0)