Skip to content

Commit

Permalink
release: Publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Nov 17, 2024
1 parent b6552c6 commit 283b87d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

## v1.7.1

Use `-parse-only` if available to improve performance.
Send notification to user if proverif bin is not found.


## v1.7.0

Add autocomplete for set statements.
Add new `pv.log` language, which colors ProVerif output.


## v1.6.5

Update dependencies.
Expand Down
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language support for the ProVerif language - client",
"author": "ProVerif",
"license": "MIT",
"version": "1.6.5",
"version": "1.7.1",
"repository": {
"type": "git",
"url": "https://github.com/ProVerif/vscode-proverif-language-service"
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 @@ -5,7 +5,7 @@
"author": "ProVerif",
"icon": "img/icon.png",
"license": "MIT",
"version": "1.7.0",
"version": "1.7.1",
"repository": {
"type": "git",
"url": "https://github.com/ProVerif/vscode-proverif-language-service"
Expand Down
4 changes: 2 additions & 2 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-proverif-server",
"description": "Language support for the ProVerif language - server",
"author": "ProVerif",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"engines": {
"node": "*"
Expand Down

0 comments on commit 283b87d

Please sign in to comment.