Skip to content

Commit

Permalink
chore: Update version & changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 11, 2022
1 parent 1b254bb commit 339ea58
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [1.2.0](https://github.com/eclipse/che-che4z-lsp-for-hlasm/compare/1.1.0...1.2.0) (2022-05-11)


### Features

* Allow viewing content generated by AINSERT instruction and preprocessors ([#248](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/248)) ([5313215](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/5313215ebfd120856c49c410212da4f9919f93d0))
* Assembler options can be specified in pgm_conf.json to override values from proc_grps.json ([bf24968](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/bf24968e1d62b5c888ec82e3b72fba55421bb0f4))
* Basic GOFF, XOBJECT and SYSOPT_XOBJECT support ([3e6daed](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/3e6daedc53fcda956bf59ae5e9a3a36d82db643e))
* DB2 preprocessor VERSION option ([#255](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/255)) ([2c032cc](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/2c032cc20bf82f0ea281063b5d66ca459da9ee0f)), closes [#229](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/229)
* Expand the list of associated file extensions ([#256](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/256)) ([3864bd9](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/3864bd9b93164a62be126a0b1eb5ef17cb583ec7))
* Instruction set versioning support ([f9532c5](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/f9532c54b194261b9e67d46760d91ab93bbca579))
* MNOTE support ([7ac224c](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/7ac224cbec1337defcf85f36e75299f1003fe408))


### Other changes

* Added missing tests from Rally ([6b59233](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/6b59233475e2112ac61fb4ee569916428b5b5d18))


### Fixes

* Double lock while closing files ([#254](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/254)) ([992405e](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/992405e8c8f07082d65da1a916cf0ca691918d45))
* Empty arrays now behave similarly to other subscripted variables in the macro tracer ([ce0ba21](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/ce0ba21b97de4965b90cdd3dc8ff098ea6007c20))
* Empty operands ignored by the SETx instructions ([5d13a69](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/5d13a6987a1d189a56874d3016732d3b35b1c540))
* Forward structured macro parameters correctly ([89d2936](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/89d2936c35534474ad17075794e5de3fea289796))
* Improve detection of HLASM files ([21521e4](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/21521e49f1aee96b1d5e1187e3f96c9ceb81cd03))
* Incomplete conditional assembly expression evaluation ([08c5429](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/08c54290bd3520e9f7a8f145b020840b90aef623))
* Incorrect operator precedence in conditional assembly expressions ([0d9764e](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/0d9764e9e01d65b34f9513956f52494077f28c25)), closes [eclipse/che-che4z-lsp-for-hlasm#259](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/259)
* Lifetime issues in the file manager ([#257](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/257)) ([c3d5d90](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/c3d5d906c29c3246056aa5669d00815818555cfa))
* N' attribute and subscript array contents ([#249](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/249)) ([31cc66f](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/31cc66f60bc3a1503bd55730c877d964a325f574)), closes [#231](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues/231)
* Parsing of negative numbers in machine expressions ([fee9e33](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/fee9e334aee7050e551a8c8c1f82a6a3df930498))
* Reaching internal ACTR limit now only generates warnings ([a223b48](https://github.com/eclipse/che-che4z-lsp-for-hlasm/commit/a223b48e1cd19df117e4b18c297036b51572b4e7))

## [1.1.0](https://github.com/eclipse/che-che4z-lsp-for-hlasm/compare/1.0.0...1.1.0) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion clients/vscode-hlasmplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## ****Unreleased****
## [1.2.0](https://github.com/eclipse/che-che4z-lsp-for-hlasm/compare/1.1.0...1.2.0) (2022-05-11)

#### Added
- Allow viewing content generated by the AINSERT instruction and preprocessors
Expand Down
2 changes: 1 addition & 1 deletion clients/vscode-hlasmplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hlasm-language-support",
"displayName": "HLASM Language Support",
"description": "Code completion, highlighting, browsing and validation for High Level Assembler.",
"version": "1.1.0-NEXT",
"version": "1.2.0",
"license": "EPL-2.0",
"author": "Broadcom",
"publisher": "BroadcomMFD",
Expand Down

0 comments on commit 339ea58

Please sign in to comment.