Skip to content

Commit

Permalink
chore(release): 0.12.0-alpha.1
Browse files Browse the repository at this point in the history
# [0.12.0-alpha.1](0.11.1...0.12.0-alpha.1) (2020-07-03)

### Bug Fixes

* Avoid many error messages for copybook downloading [#384](#384) ([8f3ab6f](8f3ab6f))
* Avoid many error messages for copybook downloading [#384](#384) ([2e7e394](2e7e394))
* Change log archive path pattern to relate on the user directory [#307](#307) ([9c6c882](9c6c882))
* Create a .gitignore file if it doesn't exist [#329](#329) ([40ca9f7](40ca9f7))
* err-log [#331](#331) ([d830593](d830593))
* Fix glob pattern for dynamic registration [#355](#355) ([7117683](7117683))
* Fix issue related to copybook with extension that were not recognized as valid URI GH-355 ([39169e2](39169e2)), closes [#355](#355)
* Fix issue with indirect overwrite settings conf for dsn paths ([1afe039](1afe039))
* Fix representation of settings.json in Theia [#393](#393) ([b4cd52b](b4cd52b))
* Hide 'no errors found' message GH-312 ([6f19c9b](6f19c9b)), closes [#312](#312)
* refactor on review [#331](#331) ([4e8e8af](4e8e8af))
* Remove popup message, track event in log file [#318](#318) ([ba33f88](ba33f88))
* unexpected Java 8 expected error message [#333](#333) ([#396](#396)) ([9c224a6](9c224a6))
* update activation event [#331](#331) ([ac65f46](ac65f46))
* Use sync APIs to create folder and write on file to avoid unexpected behavior ([17b8908](17b8908))

### Features

* Adjust the info message about missing copybooks [#391](#391) ([54a3386](54a3386))
* Fetch copybooks without .dep files GH-327 ([098f4bc](098f4bc)), closes [#327](#327)
* Inform user about wrong credentials and stop sending other MF requests ([0dc0548](0dc0548)), closes [#237](#237)
* Introduce dynamic registration for watchers GH-355 ([0358b95](0358b95)), closes [#355](#355)
* Retrieve local copybooks if exists GH-327 ([7d3a068](7d3a068)), closes [#327](#327)

Signed-off-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
semantic-release-bot committed Jul 3, 2020
1 parent ecee5d9 commit a58338c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pipeline {
dir('clients/cobol-lsp-vscode-extension') {
sh 'npx vsce package'
archiveArtifacts "*.vsix"
sh 'mv cobol-language-support*.vsix cobol-language-support_0.11.1-NEXT.vsix'
sh 'mv cobol-language-support*.vsix cobol-language-support_0.12.0-alpha.1.vsix'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion clients/cobol-lsp-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Autocomplete, highlighting and diagnostics for COBOL code and copybooks.",
"author": "Broadcom",
"license": "EPL-2.0",
"version": "0.11.1-NEXT",
"version": "0.12.0-alpha.1",
"preview": false,
"publisher": "BroadcomMFD",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion clients/cobol-lsp-vscode-extension/server/note.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Put in this folder the COBOL LSP server jar with this name

```
lsp-service-cobol-0.11.1-NEXT.jar
lsp-service-cobol-0.12.0-alpha.1.jar
```
In Linux environment be sure that the server folder have read/write permission, in case simply run the command

Expand Down
2 changes: 1 addition & 1 deletion com.ca.lsp.cobol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>COBOL LSP :: Parent pom</name>

<properties>
<revision>0.11.1-NEXT</revision>
<revision>0.12.0-alpha.1</revision>
<lsp4j.version>0.5.0</lsp4j.version>
<antlr.version>4.7.1</antlr.version>
<guice.version>4.2.2</guice.version>
Expand Down

0 comments on commit a58338c

Please sign in to comment.