From 9c288bb30def70d54edd4095e2d0ae1223b312fa Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Sat, 4 Jan 2025 19:39:18 +0000 Subject: [PATCH] Release: v1.8.5 * Loader: fix bundle loading issue (didn't work if there's more than one `.` in the name) * Loader: Add Archetype importer (not enabled yet) * Snapshot Generator: Fix for handling SD extensions when generating snapshots * Snapshot Generator: Don't remove bindings from types with characteristics = can-bind (Extensions in R5) * Snapshot Generator: Various minor Fixes for generating snapshots for archetypes (checking type parameters) * Validator: Validate that ConceptMap references to ValueSets are actual value sets * Validator: Check if abstract classes have concrete subtypes in scope * Validator: Handle tx ecosystem failure properly * Renderer: Add new Element View for profiles * Renderer: Improved Rendering for Timing Datatype * Renderer: Add Git Source repo to fhir.json (if known) * Test Factory: Add support for table.rows in TestDataFactory ***NO_CI*** --- org.hl7.fhir.publisher.cli/pom.xml | 2 +- org.hl7.fhir.publisher.core/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.hl7.fhir.publisher.cli/pom.xml b/org.hl7.fhir.publisher.cli/pom.xml index cfe87e69d..c332acecc 100644 --- a/org.hl7.fhir.publisher.cli/pom.xml +++ b/org.hl7.fhir.publisher.cli/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.5-SNAPSHOT + 1.8.5 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 086af15ce..570f873fe 100644 --- a/org.hl7.fhir.publisher.core/pom.xml +++ b/org.hl7.fhir.publisher.core/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.5-SNAPSHOT + 1.8.5 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 8097e6a4a..5ca2bed79 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.5-SNAPSHOT + 1.8.5 pom