From 91cda6fe5eeb695d6c98ec0855787a9577e708d1 Mon Sep 17 00:00:00 2001 From: goerlibe <23436477+goerlibe@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:57:06 +0100 Subject: [PATCH] feat: release 0.0.9 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b4a7a..d10f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.0.9 + +- previewing of suggestions improved: + - separated preview from application + - settings to control previewing and application +- do NOT show patterns that have applicable_pattern=false in patterns.json +- option to override arguments for explorer, optimizer, hotspot_analysis + ## 0.0.8 - fix loading of results when hotspot detection was not executed diff --git a/README.md b/README.md index 0c159a6..d7b8ebd 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.9 | 3.2.0 | | 0.0.8 | 3.2.0 | | 0.0.7 | 3.2.0 | | 0.0.6 | 3.2.0 | diff --git a/package.json b/package.json index 91b21b6..caaf3e3 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.8", + "version": "0.0.9", "publisher": "TUDarmstadt-LaboratoryforParallelProgramming", "repository": { "type": "git",