From acf0b3c20ade8091e78dbfe174704eeb65b58a5f Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 2 Jul 2019 17:20:06 +0200 Subject: [PATCH] bump version number to 2.0.2 --- CHANGELOG.md | 8 ++++++++ SourcetrailExtension/source.extension.vsixmanifest | 2 +- appveyor.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f5678..5478460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.2 + +**2019-07-02** + +* Fixes + * The create-compilation-database event sent by Sourcetrail was handled on the background thread which was unable to trigger UI changes. + + ## 2.0.1 **2019-07-01** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index 2679279..194e95c 100644 --- a/SourcetrailExtension/source.extension.vsixmanifest +++ b/SourcetrailExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Sourcetrail Extension This extension allows you to synchronize Visual Studio with Sourcetrail, a Clang based source code exploration tool. Additionally it lets you generate a Clang Compilation Database for any Visual Studio solution, which can also be used to run other Clang based tools. https://www.sourcetrail.com/ diff --git a/appveyor.yml b/appveyor.yml index 922c9a4..ed6ebfa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.0.1.{build} +version: 2.0.2.{build} image: Visual Studio 2017 install: