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",