From 59b2ef8254ec4f7c00b382bfcff4e64ca238952c Mon Sep 17 00:00:00 2001 From: goerlibe <23436477+goerlibe@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:51:00 +0100 Subject: [PATCH] feat: release 0.0.8 --- CHANGELOG.md | 5 +++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ebaf9..34b4a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.0.8 + +- fix loading of results when hotspot detection was not executed +- preview suggestion patches before applying the suggestion + ## 0.0.7 - automatically find installed DiscoPoP and HotspotDetection tools diff --git a/README.md b/README.md index 039cd27..0c159a6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The following table lists which discopop version is expected by a given version | Extension Version | DiscoPoP Version | | ----------------- | ---------------- | +| 0.0.8 | 3.2.0 | | 0.0.7 | 3.2.0 | | 0.0.6 | 3.2.0 | | 0.0.5 | 3.0.0 | @@ -30,4 +31,4 @@ The following table lists which discopop version is expected by a given version ## Known Issues - CMake Configurations: Running the same tool multiple times creates some issues, e.g the same suggestions appearing multiple times. It usually helps to delete the build directory. A proposed fix is scheduled for DiscoPoP 4.0.0. -- Updating from 0.0.5 to 0.0.6 crashes the extension if Script Configurations have been previously created, as the new version does not support them. We recommend to delete script configurations before updating the extension. +- Updating from 0.0.5 to newer versions crashes the extension if Script Configurations have been previously created, as all newer versions do not support them. We recommend to delete script configurations before updating the extension. diff --git a/package.json b/package.json index 749bccd..cd7e4fb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An extension for the Parallelism Discovery tool DiscoPoP.", "author": "TU Darmstadt - Laboratory for Parallel Programming", "icon": "media/discopop_icon.png", - "version": "0.0.7", + "version": "0.0.8", "publisher": "TUDarmstadt-LaboratoryforParallelProgramming", "repository": { "type": "git",