Skip to content

Commit

Permalink
update dsl and bundle (#3191)
Browse files Browse the repository at this point in the history
* update dsl and bundle

* update pr id

* update to bundle 11.24.1

---------

Co-authored-by: Hugo Hills <[email protected]>
  • Loading branch information
davidalk and hugohills-regnosys authored Oct 23, 2024
1 parent 6856cce commit 7944d73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# *CDM Model - RoundToSignificantFigures Function*

_Background_

In an earlier release, function `cdm.base.math.RoundToSignificantFigures` was added, however it was missing configuration.
# _Infrastructure - Dependency Update_

_What is being released?_

Added missing Guice configuration for Java function implementation for `cdm.base.math.RoundToSignificantFigures`.
This release updates the `DSL` dependency.

_Review Directions_
Version updates include:
- `DSL` 9.20.0: support for passing metadata to functions and highlighting fixes. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.20.0

In Rosetta, select the Textual Browser and inspect the changes identified above.
_Review directions_

Changes can be reviewed in PR [#3184](https://github.com/finos/common-domain-model/pull/3184)
The changes can be reviewed in PR: [#3191](https://github.com/finos/common-domain-model/pull/3191)
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.23.2</rosetta.bundle.version>
<rosetta.bundle.version>11.24.1</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.19.0</rosetta.dsl.version>
<rosetta.dsl.version>9.20.0</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 7944d73

Please sign in to comment.