Skip to content

Commit

Permalink
release: Release v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Mar 13, 2024
1 parent 5d0af6d commit 1a0a4c4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.6.3

Fix crashes when file has grammar errors.


## v1.6.2

Add `in` to `pterm` in TextMate grammar and improve word detection.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Go to definition:
- [x] Implement grammar, symbol table, over libraries
- [x] Add go to definition functionality; see https://tomassetti.me/integrating-code-completion-in-visual-studio-code/
- [x] Invalidate cache of consumers when library stored
- [ ] Support additional ways of declaring variables (e.g. in REDUCTION lib)
- [x] Support additional ways of declaring variables (e.g. in REDUCTION lib)

Support writing ProVerif:
- [x] Configure language
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.6.2",
"version": "1.6.3",
"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.6.1",
"version": "1.6.3",
"license": "MIT",
"engines": {
"node": "*"
Expand Down

0 comments on commit 1a0a4c4

Please sign in to comment.