Skip to content

Commit

Permalink
update to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Jan 6, 2023
1 parent 4cb9ee5 commit c76543e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [1.10.0] - Unreleased
## [1.10.0] - 2023-01-06

- Added an experimental option for Xilinx xvlog linting.
- Added an experimental option for xvlog linting. [#382](https://github.com/mshr-h/vscode-verilog-hdl-support/pull/382)
- `verilog.linting.xvlog.includePath` is to specify include directories.
- \[Caution\] I've only tested on Ubuntu on WSL2 platform. If you find any problems about xvlog linting, please let me know.
- Internal cleanup [#383](https://github.com/mshr-h/vscode-verilog-hdl-support/pull/383)

## [1.9.0] - 2022-12-29

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "veriloghdl",
"displayName": "Verilog-HDL/SystemVerilog/Bluespec SystemVerilog",
"description": "Verilog-HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code",
"version": "1.9.0",
"version": "1.10.0",
"publisher": "mshr-h",
"homepage": "https://github.com/mshr-h/vscode-verilog-hdl-support",
"repository": {
Expand Down

0 comments on commit c76543e

Please sign in to comment.