diff --git a/.sonarcloud.properties b/.sonarcloud.properties index ea4d11f..439395e 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -9,7 +9,7 @@ sonar.tests=tests #sonar.test.inclusions= sonar.sourceEncoding=UTF-8 -sonar.projectVersion=1.1.0 +sonar.projectVersion=1.2.0 # Exclusions for copy-paste detection #sonar.cpd.exclusions= diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f7618..03db038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 1.2.0 – 20th October, 2019 + +### Enhancements + +* Filter error-traces by variable names. +* "Go to definition" and "Peek definition" code actions. +* Display parsing warnings. +* Improve support for c-style PlusCal algorithms. +* Smarter code completion. +* Notify user about significant extension updates. + +### Bug fixes + +* Fix capturing of "bad indentation" SANY errors. + ## 1.1.0 – 2nd October, 2019 ### Enhancements diff --git a/package.json b/package.json index 41d8f1d..7a6b5b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-tlaplus", "displayName": "TLA+", - "version": "1.1.0", + "version": "1.2.0", "description": "TLA+ language support", "publisher": "alygin", "license": "MIT",