Skip to content

Commit

Permalink
feat: release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Jan 29, 2024
1 parent 4de7887 commit 59b2ef8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59b2ef8

Please sign in to comment.