Skip to content

Commit

Permalink
Release: v1.6.12
Browse files Browse the repository at this point in the history
* Command Line Params: Add ```-force-language``` param for dev support
* Loader: work around bad r4 extension definitions
* Loader: don't reload different sub-version of extensions pack
* Loader: Handle extra profiles on resources in an IG when converting between versions
* Validator: Add IG dependency validator
* Renderer: refactor how default language detection is done - no longer system dependent
* Renderer: Change how count is calculated when expanding value sets
* Renderer: Fix value set expansion bugs
* Renderer: Rework rendering library from ground up
* Renderer: Fix rendering of canonicals with versions in some places
* Renderer: Suppress spurious message when code system is unknown
* Renderer: don't raise needless and wrong exceptions about extension definitions when rendering
* Renderer: fix duplicate link creation
* Renderer: Stop recursive rendering crash for reference = #
* Renderer: Obligation rendering improvements + Fixed issue with actor title not rendering in obligations
* Renderer: Dropped Flag API that's no longer hosted.  Will find another solution soon.
* QA: Add warning when duplicate html anchors exist
* Publication Process: fix code for preview to be 'preview' not 'qa-preview'
***NO_CI***
  • Loading branch information
markiantorno committed Jun 27, 2024
1 parent 7a71e24 commit fea4096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.6.12-SNAPSHOT</version>
<version>1.6.12</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.12-SNAPSHOT</version>
<version>1.6.12</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.6.12-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.12</version> <!-- See the note above -->

<properties>
<core_version>6.3.12</core_version>
Expand Down

0 comments on commit fea4096

Please sign in to comment.