Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Apr 26, 2023
1 parent dbd8124 commit f9fd572
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 0.7.0
- Update Z3 to version 4.12.1 and Kind 2 to version 1.9.0.
- Update syntax highlighting: elsif, provided, choose.
- Update button for counterexamples.
- Remove protractor dependency from interpreter
- Update all node packages of interpreter to latest compatible version
- Replace TSLint with ESLint in interpreter.

### Version 0.6.2
- Force publication of universal version before platform-specific versions.
Otherwise, `vsce` fails publishing universal version.
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.6.2",
"version": "0.7.0",
"preview": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit f9fd572

Please sign in to comment.