Skip to content

Commit

Permalink
[6-dev] Update DSL version to 9.18.1 (finos#3141)
Browse files Browse the repository at this point in the history
* Update DSL version to 9.18.1

* Update release note
  • Loading branch information
hugohills-regnosys authored Sep 18, 2024
1 parent eb3d56f commit 27d085d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
22 changes: 6 additions & 16 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
# _Infrastructure - Dependency and Reference Data Update_
# _Infrastructure - Dependency Update_

_What is being released?_

This release updates the `DSL` dependency.
This release updates the `DSL` dependency.

Version updates include:
- `DSL` 9.16.3: bug fix for tabulators and validation. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.16.3
- `DSL` 9.16.5: performance improvements for tabulators. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.16.5
- `DSL` 9.16.6: bug fix for meta generation. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.16.6
- `DSL` 9.16.7: bug fix for report generation. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.16.7
- `DSL` 9.17.0: new syntax features. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.17.0
- `DSL` 9.17.1: bug fix for global key generation. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.17.1
- `DSL` 9.17.2: bug fix for ingestion id mapping. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.17.2
- `DSL` 9.18.0: new syntax features. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.18.0
- `DSL` 9.18.1: memory improvements. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.18.1

This release also updates `ISOCurrencyCodeEnum` based on updated reference data scheme ISO Standard 4217.
_Review directions_

Version updates include:
- removed value: `ZWL <"Zimbabwe Dollar">`

_Review directions_

The changes can be reviewed in PR: [#3125](https://github.com/finos/common-domain-model/pull/3125)
The changes can be reviewed in PR: [#3141](https://github.com/finos/common-domain-model/pull/3141)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@

<repoServerHost>s01.oss.sonatype.org</repoServerHost>
<stagingTimeoutInMinutes>10</stagingTimeoutInMinutes>
<rosetta.bundle.version>11.21.1</rosetta.bundle.version>
<rosetta.bundle.version>11.22.1</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.17.2</rosetta.dsl.version>
<rosetta.dsl.version>9.18.1</rosetta.dsl.version>

<xtext.version>2.27.0</xtext.version>
<opengamma.strata.version>1.7.0</opengamma.strata.version>
Expand Down

0 comments on commit 27d085d

Please sign in to comment.