Skip to content

Commit

Permalink
feat: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Mar 7, 2024
1 parent 3a5eec2 commit 7139251
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.1.0

- internal refactoring
- improved support for pattern merging
- improved suggestion tree filters

## 0.0.11

- experimental support for pattern merging (BETA)
Expand Down
1 change: 1 addition & 0 deletions DEVELOPER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Press F5 to start the extension in debug mode.
- run `npm install` to update the package-lock.json as well
- update the CHANGELOG.md
- update the README.md compatibility table
- commit these changes and push them to github
- create a release using the github user interface

## Dependency-Graph
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ 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 |
| 0.0.7 | 3.2.0 |
| 0.0.6 | 3.2.0 |
| 0.1.0 | 3.2.0 |
| 0.0.6 - 0.0.11 | 3.2.0 |
| 0.0.5 | 3.0.0 |
| pre 0.0.5 | not specified |

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11",
"version": "0.1.0",
"publisher": "TUDarmstadt-LaboratoryforParallelProgramming",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7139251

Please sign in to comment.