Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Dec 6, 2023
1 parent 3525a79 commit 28c5927
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 0.9.0
- Update Kind 2 to version 2.1.0 and Z3 to version 4.12.4
- Update syntax highlighting:
- Add `param` and `assuming` keywords
- Replace `choose` keyword with `any`
- Update node packages

### Version 0.8.2
- Update kind2-language-server to v0.1.6 (includes fix)

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 @@
"description": "Language support for Kind 2",
"author": "The Kind 2 development team",
"license": "MIT",
"version": "0.8.2",
"version": "0.9.0",
"preview": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 28c5927

Please sign in to comment.