Skip to content

Commit

Permalink
[6xx] DSL Update (#3097)
Browse files Browse the repository at this point in the history
* DSL update

* Update RELEASE.md

---------

Co-authored-by: Payal Khanna <107400406+PayalKhanna@users.noreply.github.com>
Co-authored-by: Hugo Hills <39260692+hugohills-regnosys@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent fe78fe6 commit 2f02f88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

_What is being released?_

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

Version updates include:
- `DSL` 9.14.1: Support for defining metadata annotations on choice options. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.14.1
- `DSL` 9.15.0: patch for supporting tabulation of types with circular dependencies. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.15.0
- `DSL` 9.15.1: patch for missing generated Java files. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.15.1
- `DSL` 9.15.2: patch for missing Java meta classes. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.15.2

_Review directions_

The changes can be reviewed in PR: [#3082](https://github.com/finos/common-domain-model/pull/3082)
The changes can be reviewed in PR: [#3097](https://github.com/finos/common-domain-model/pull/3097)
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.14.2</rosetta.bundle.version>
<rosetta.bundle.version>11.17.0</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.14.1</rosetta.dsl.version>
<rosetta.dsl.version>9.15.2</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 2f02f88

Please sign in to comment.