From c87d1422edddc71b527a72a3e338f7cea896ce76 Mon Sep 17 00:00:00 2001 From: goerlibe <23436477+goerlibe@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:42:45 +0100 Subject: [PATCH] feat: release 0.0.11 --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f2236..f803555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.0.11 + +- experimental support for pattern merging (BETA) + ## 0.0.10 - you can now add scripts to viewOnly configurations and run them at will diff --git a/README.md b/README.md index 89b8b79..849e3dd 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.11 | 3.2.0 | | 0.0.10 | 3.2.0 | | 0.0.9 | 3.2.0 | | 0.0.8 | 3.2.0 | diff --git a/package.json b/package.json index 2fa727a..36ac0c4 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.10", + "version": "0.0.11", "publisher": "TUDarmstadt-LaboratoryforParallelProgramming", "repository": { "type": "git",