Skip to content

Commit

Permalink
Add new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverStolzBO committed Jul 8, 2024
1 parent a27a768 commit 2759ab3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ excludes:
curations:
license_findings:
- path: "README.md"
start_lines: 266
start_lines: 270
line_count: 1
detected_license: "LGPL-2.0-or-later"
reason: "DOCUMENTATION_OF"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ Note that the copyright information of this project found by ORT are not complet
- Achieve REUSE compliance for the project
- Add github workflows

### v0.1.2

- Enable multi-platform support

## License

VS Code Extension for the Production Flow Description Language (PFDL) is licensed under the MIT License. See [LICENSE](LICENSE) for details on the licensing terms.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The VSCode client that listens for PFDL language server events",
"author": "Oliver Stolz and Maximilian Hörstrup",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.2",
"publisher": "fraunhofer",
"repository": {
"type": "git",
Expand Down
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": "A VS Code extension to support syntax highlighting, formatting and code visualization for the Production Flow Description Language (PFDL) files",
"author": "Oliver Stolz and Maximilian Hörstrup",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/iml130/pfdl-vscode-extension"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pfdl-laguage-server",
"description": "Implementation of a language server supporting the Production Flow Description Language (PFDL) in node.",
"version": "0.1.0",
"version": "0.1.2",
"author": "Oliver Stolz and Maximilian Hörstrup",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 2759ab3

Please sign in to comment.