Skip to content

Commit

Permalink
Updating version to: 1.4.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Sep 21, 2023
1 parent 9a8186c commit 31a803c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
26 changes: 0 additions & 26 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,26 +0,0 @@

* Loader: Significant Performance improvements parsing JSON resources + other performance improvements
* Loader: New Parameters apply-wg and default-wg
* NpmPackages: Start generating .index.db as well as .index.json in packages for faster package reading
* Validator: Refactor Type handling for faster performance
* Validator: Validate the stated publisher/WG/contacts for HL7 published resources
* Validator: Better error message when diff contains bad paths
* Validator: Pass dependent resources to server and make sure cache-id is filled out properly in all contexts
* Validator: Fix error in FML parser parsing parameters
* Validator: Fix issue with dom-6 and contained elements (Internal ChildMap synchro issues)
* Validator: Better handling of errors from tx.fhir.org
* Validator: Fix bug checking for implicit value sets
* Validator: Fix bug checking of mixing snomed display types
* Validator: Reduce size of validatable concept map to 500 - for now + better handling of errors on server batches
* Validator: Improve UCUM validation BP rule
* Validator: set example status when valdiating
* Validator: don't check examples for deprecated / withdrawn content
* Renderer: Fix up handling of includes in liquid templates
* Renderer: Fix up rendering of profile names for abstract profile instantiations
* Renderer: Improved rendering of codes in include when rendering valuesets
* Renderer: Fix problem caching look up of implied value sets
* Renderer: Display workgroup in extension summary table
* QA: Report max memory used
* Publication Process: fix issues generating and releasing templates
* Publication Process: Fix typo in version default logic
* XIG: Start rewrite (phase 1)
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.4.7</version>
<version>1.4.8-SNAPSHOT</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.4.7</version>
<version>1.4.8-SNAPSHOT</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.4.7</version> <!-- See the note above -->
<version>1.4.8-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.1.7</core_version>
Expand Down

0 comments on commit 31a803c

Please sign in to comment.